]> _ Git - fluidbook-html5.git/commitdiff
#7489
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Sep 2025 15:57:03 +0000 (17:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Sep 2025 15:57:03 +0000 (17:57 +0200)
js/libs/fluidbook/fluidbook.elasticslide.js

index 3e8e249f5efb7283a1426599e4af3a4e138ee8b3..bc60601cd1527732883e2e2ef6e365c2458d8f2d 100644 (file)
@@ -171,7 +171,7 @@ FluidbookElasticSlide.prototype = {
     },
 
     showHelp: function () {
-        this.fluidbook.cache.get('elasticslide.helpNeeded', "0");
+        this.fluidbook.cache.set('elasticslide.helpNeeded', "0");
         let $this = this;
         this.helpNeeded = false;
         clearTimeout(this.helpTimeout);