From a1467d131f41a5871813420c06a9c8117f5312f4 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Wed, 2 Mar 2022 14:45:35 +0300 Subject: [PATCH] [DE] Fix bug 55820 --- apps/documenteditor/main/app/controller/PageThumbnails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/PageThumbnails.js b/apps/documenteditor/main/app/controller/PageThumbnails.js index f8702d131..91736f5e2 100644 --- a/apps/documenteditor/main/app/controller/PageThumbnails.js +++ b/apps/documenteditor/main/app/controller/PageThumbnails.js @@ -57,8 +57,8 @@ define([ this.addListeners({ 'PageThumbnails': { 'show': _.bind(function () { + this.api.asc_viewerThumbnailsResize(); if (this.firstShow) { - this.api.asc_viewerThumbnailsResize(); this.api.asc_setViewerThumbnailsUsePageRect(Common.localStorage.getBool("de-thumbnails-highlight", true)); this.firstShow = false; }