]> _ Git - fluidbook-html5.git/commitdiff
wait #4731 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Oct 2021 08:01:31 +0000 (10:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Oct 2021 08:01:31 +0000 (10:01 +0200)
js/libs/fluidbook/fluidbook.tooltip.js

index d2042c0474d946261ac086f4351a48013e1668c2..ce1ed7c66b997cce501dbdf35ea19693a675b4a0 100644 (file)
@@ -159,6 +159,9 @@ FluidbookTooltip.prototype = {
     },
 
     displayTooltip: function (text, style, css) {
+        if (text === '-') {
+            return this.hideTooltip();
+        }
         if ($('.fixedTooltip:visible').length > 0) {
             return;
         }