]> _ Git - fluidbook-html5.git/commitdiff
fix #7049 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2024 13:15:39 +0000 (15:15 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2024 13:15:39 +0000 (15:15 +0200)
js/libs/fluidbook/fluidbook.tooltip.js

index 4fab54d58309b710efa10a6e465b4c6c3df07188..7e4aa63ca65d23669cedd8f21e42119c6c464f50 100644 (file)
@@ -158,7 +158,7 @@ FluidbookTooltip.prototype = {
         return false;
     },
 
-    g(text, duration, style, css) {
+    displayTooltipDuring(text, duration, style, css) {
         this.displayTooltip(text, style, css);
         let $this = this;
         setTimeout(function () {