lib
This commit is contained in:
parent
681c5b8922
commit
caa17c5d9a
|
@ -7006,7 +7006,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
|
||||
BDFDB.WebModules.forceAllUpdates(BDFDB);
|
||||
|
||||
addContextListeners(BDFDB);
|
||||
InternalBDFDB.addContextListeners(BDFDB);
|
||||
|
||||
BDFDB.ObserverUtils.connect(BDFDB, document.querySelector(BDFDB.dotCN.itemlayercontainer), {name:"layerObserverBDFDB", instance:
|
||||
new MutationObserver(changes => {changes.forEach(change => {change.addedNodes.forEach(node => {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue