This commit is contained in:
Mirco Wittrien 2019-10-19 19:19:55 +02:00
parent f09ddc4df2
commit 22e5eb2c6d
2 changed files with 1 additions and 2 deletions

View File

@ -597,7 +597,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, BDv2Api: BDFDB && BDFDB.
tooltip.anker = anker;
if (options.hide) BDFDB.appendLocalStyle("BDFDBhideOtherTooltips" + id, `#app-mount ${BDFDB.dotCN.tooltip}:not(.BDFDB-tooltip-${id}) {display: none !important;}`, itemlayercontainer);
else tooltip.style.setProperty("display", "block", "important");
var mouseleave = _ => {
BDFDB.removeEles(itemlayer);

File diff suppressed because one or more lines are too long