stuff
This commit is contained in:
parent
1c9eddbe2d
commit
020f744b18
File diff suppressed because one or more lines are too long
|
@ -5175,7 +5175,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.findByString("{className:(0,l.default)(i.default.item,(t={},t[i.default.clickable]=!v");
|
||||
LibraryComponents.ContextMenuItem = BDFDB.WebModules.findByString('{className:i.default.label}', '{className:i.default.hint}');
|
||||
LibraryComponents.ContextMenuItemGroup = BDFDB.WebModules.findByString('{className:i.default.itemGroup}');
|
||||
LibraryComponents.ContextMenuSliderItem = BDFDB.WebModules.findByName('SliderMenuItem');
|
||||
LibraryComponents.ContextMenuSubItem = BDFDB.WebModules.findByName('FluxContainer(SubMenuItem)');
|
||||
|
@ -6227,6 +6227,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
BDFDB.addEventListener(BDFDB, document, 'mousedown.BDFDBMousePosition', e => {
|
||||
BDFDB.mousePosition = e;
|
||||
});
|
||||
BDFDB.addEventListener(BDFDB, window, 'focus.BDFDBPressedKeysReset', e => {
|
||||
BDFDB.pressedKeys = [];
|
||||
});
|
||||
|
||||
BDFDB.patchModules = {
|
||||
V2C_List: 'componentDidMount',
|
||||
|
|
Loading…
Reference in New Issue