From bcd6bc982361495ab7b165679ee75d40a760f440 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 17 Oct 2020 09:13:21 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 98b9bae208..f66383198e 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -1242,7 +1242,6 @@ module.exports = (_ => { if (nodes.indexOf(itemLayer) > -1 || nodes.indexOf(anker) > -1 || nodes.some(n => n.contains(anker))) { BDFDB.ArrayUtils.remove(Tooltips, id); observer.disconnect(); - BDFDB.DOMUtils.removeLocalStyle("BDFDBhideOtherTooltips" + id, itemLayerContainer); itemLayer.removeTooltip(); anker.removeEventListener("mouseleave", mouseLeave); if (typeof options.onHide == "function") options.onHide(itemLayer, anker);