From 8405c5c81c929d72cae372c2a24f463b048ffab4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 6 Nov 2025 16:51:32 +0100 Subject: [PATCH] wait #7839 @1.5 --- js/libs/fluidbook/fluidbook.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 1d259686..d49f1ff3 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -767,6 +767,9 @@ Fluidbook.prototype = { }, getPhysicalPageNumberOfSide: function (side, strict) { // Side should be 'left' or 'right' + if (this.elasticslide!==undefined && this.elasticslide.isActive()) { + return this.currentPage; + } if (undefined === strict) { strict = false; } -- 2.39.5