Merge branch 'hotfix/v1.1.1' of github.com:ONLYOFFICE/AppServer into hotfix/v1.1.1

This commit is contained in:
Viktor Fomin 2022-02-15 13:29:36 +03:00
commit d64fe81e5e

View File

@ -98,8 +98,6 @@ class FilesStore {
const file = JSON.parse(opt?.data);
file.fileStatus |= FileStatus.IsNew;
const newFiles = [file, ...this.files];
if (newFiles.length > this.filter.pageCount) {