This commit is contained in:
Mirco Wittrien 2020-07-20 13:15:41 +02:00
parent d24a5b919e
commit 799afbc63d
1 changed files with 3 additions and 2 deletions

View File

@ -10077,6 +10077,8 @@
}
};
InternalBDFDB.patchPlugin(BDFDB);
for (let type of QueuedComponents) if (!BDFDB.InternalData.componentPatchQueries[type]) BDFDB.InternalData.componentPatchQueries[type] = {query:[], modules:[]};
BDFDB.ModuleUtils.patch(BDFDB, LibraryModules.ContextMenuUtils, "openContextMenu", {before: e => {
let menu = e.methodArguments[1]();
@ -10127,7 +10129,6 @@
BDFDB.ModuleUtils.forceAllUpdates(BDFDB);
};
InternalBDFDB.patchPlugin(BDFDB);
InternalBDFDB.addSpecialListeners(BDFDB);
let BasePopout = BDFDB.ModuleUtils.findByName("BasePopout"), ReferencePositionLayer = BDFDB.ModuleUtils.findByName("ReferencePositionLayer");