Merge pull request #1607 from ONLYOFFICE/fix/fix-bugs

[DE] Fix bug 55820
This commit is contained in:
Julia Radzhabova 2022-03-02 17:34:48 +03:00 committed by GitHub
commit b97bce4693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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