This commit is contained in:
Mirco Wittrien 2019-09-24 10:29:25 +02:00
parent 9771793d1a
commit 3e52fb82f8
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -503,7 +503,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
tooltip.position = options.position.toLowerCase();
tooltip.anker = anker;
BDFDB.appendItemLayer(tooltip, anker, {css:options.css, ankerlistener:{'mouseleave':() => {tooltip.parentElement.remove();}}});
BDFDB.appendItemLayer(tooltip, anker, {css:options.css, ankerlistener:{'mouseleave':() => {BDFDB.removeEles(tooltip.parentElement);}}});
BDFDB.updateTooltipPosition(tooltip);