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']);