]> _ Git - fluidbook-html5.git/commitdiff
wait #2664 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 4 Apr 2019 16:42:58 +0000 (18:42 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 4 Apr 2019 16:42:58 +0000 (18:42 +0200)
js/libs/fluidbook/fluidbook.tooltip.js

index 81d2f29b53089af743893f13d179ee1d3efc31c7..d1e3be0ed3f8e4e9299492dd0744ec8b9d004608 100644 (file)
@@ -128,7 +128,7 @@ FluidbookTooltip.prototype = {
             }
         }
 
-        if (t.outerHeight() > this.fluidbook.resize.hh / 2) {
+        if (t.outerHeight() > this.fluidbook.resize.hh / 1.4) {
             t.hide();
             this.fluidbook.menu.__openView('text', text, function () {
             });