This commit is contained in:
Mirco Wittrien 2019-09-11 16:17:53 +02:00
parent 4397f35c8e
commit b18ba1b9ed
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1333,7 +1333,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
var LibraryComponents = {};
LibraryComponents.Button = BDFDB.WebModules.findByProperties('Colors', 'Hovers', 'Looks');
LibraryComponents.ContextMenu = BDFDB.WebModules.findByName('NativeContextMenu');
LibraryComponents.ContextMenuItem = BDFDB.WebModules.findByName('MenuItem');
LibraryComponents.ContextMenuItem = BDFDB.WebModules.findByName('MenuItem') || BDFDB.WebModules.findByName('ContextMenuItem');
LibraryComponents.ContextMenuItemGroup = BDFDB.WebModules.findByString('{className:i.default.itemGroup}');
LibraryComponents.ContextMenuSliderItem = BDFDB.WebModules.findByName('SliderMenuItem');
LibraryComponents.ContextMenuSubItem = BDFDB.WebModules.findByName('FluxContainer(SubMenuItem)');