From f04eb60d9674a61dd61e54dfb7d185fea1fe5444 Mon Sep 17 00:00:00 2001 From: liujinwei Date: Wed, 19 Jan 2022 14:49:44 +0800 Subject: [PATCH] add ContextMenu Signed-off-by: liujinwei Change-Id: If04050adf44e7be5bc1ce3e0466032954cd7b19d --- compiler/src/component_map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index 5d8bd85..550a088 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -84,7 +84,7 @@ export const JS_BIND_COMPONENTS: Set = new Set([ 'TabsController', 'CalendarController', 'AbilityController', 'VideoController', 'WebController', 'XComponentController', 'CanvasRenderingContext2D', 'CanvasGradient', 'ImageBitmap', 'ImageData', 'Path2D', 'RenderingContextSettings', 'OffscreenCanvasRenderingContext2D', 'DatePickerDialog', - 'TextPickerDialog', 'AlertDialog', 'ActionSheet', 'PatternLockController' + 'TextPickerDialog', 'AlertDialog', 'ContextMenu', 'ActionSheet', 'PatternLockController' ]); export const NEEDPOP_COMPONENT: Set = new Set(['Blank', 'Search']);