From b254ad84afd710dfd4781f175e03d8dcd76c3e8c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 13 Jan 2026 16:55:25 +0100 Subject: [PATCH] wait #7938 @0.5 --- js/libs/fluidbook/fluidbook.contentlock.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/libs/fluidbook/fluidbook.contentlock.js b/js/libs/fluidbook/fluidbook.contentlock.js index df493681..67526cad 100644 --- a/js/libs/fluidbook/fluidbook.contentlock.js +++ b/js/libs/fluidbook/fluidbook.contentlock.js @@ -25,6 +25,12 @@ FluidbookContentLock.prototype = { if (this.maxPage <= 0) { this.maxPage = this.fluidbook.settings.pages; } + + $.each(this.locks, function (k, v) { + if (k < $this.maxPage) { + $this.locks[k].unlocked = 1; + } + }); }, reset: function () { -- 2.39.5