[DE] Fix bug 55820

This commit is contained in:
JuliaSvinareva 2022-03-02 14:45:35 +03:00
parent 64208635dd
commit a1467d131f

View file

@ -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;
}