This commit is contained in:
Mirco Wittrien 2019-10-18 11:50:38 +02:00
parent 681c5b8922
commit caa17c5d9a
2 changed files with 2 additions and 2 deletions

View File

@ -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