From 80fa75aa1bda2ceed58151a6a0ec8fdfb7c20aac Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 2 May 2025 17:27:50 +0800 Subject: [PATCH] fix(webui): webtoon page margin is not restored Closes: #1944 --- komga-webui/src/views/DivinaReader.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/views/DivinaReader.vue b/komga-webui/src/views/DivinaReader.vue index eddb10ff5..07a048a93 100644 --- a/komga-webui/src/views/DivinaReader.vue +++ b/komga-webui/src/views/DivinaReader.vue @@ -464,6 +464,7 @@ export default Vue.extend({ this.scale = this.$store.state.persistedState.webreader.paged.scale this.continuousScale = this.$store.state.persistedState.webreader.continuous.scale this.sidePadding = this.$store.state.persistedState.webreader.continuous.padding + this.pageMargin = this.$store.state.persistedState.webreader.continuous.margin this.backgroundColor = this.$store.state.persistedState.webreader.background this.setup(this.bookId, Number(this.$route.query.page))