!188 Add contextMenu

Merge pull request !188 from jinweiliu/br_all
This commit is contained in:
openharmony_ci
2022-01-19 07:52:37 +00:00
committed by Gitee
+1 -1
View File
@@ -84,7 +84,7 @@ export const JS_BIND_COMPONENTS: Set<string> = 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<string> = new Set(['Blank', 'Search']);