mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
!128 增加actionSheet白名单
Merge pull request !128 from yangbo_404/feature/yangbo0105
This commit is contained in:
@@ -82,7 +82,7 @@ export const JS_BIND_COMPONENTS: Set<string> = new Set([
|
||||
'PanGestureOption', 'CustomDialogController', 'Storage', 'Scroller', 'SwiperController',
|
||||
'TabsController', 'CalendarController', 'AbilityController', 'VideoController', 'WebController',
|
||||
'RenderingContext', 'CanvasGradient', 'ImageBitmap', 'ImageData', 'Path2D','RenderingContextSettings',
|
||||
'OffscreenRenderingContext', 'AlertDialog'
|
||||
'OffscreenRenderingContext', 'AlertDialog', 'ActionSheet'
|
||||
]);
|
||||
|
||||
export const NEEDPOP_COMPONENT: Set<string> = new Set(['Blank', 'Search']);
|
||||
|
||||
Reference in New Issue
Block a user