Merge pull request #797 from ONLYOFFICE/bugfix/fixed-page-loading

Web: Files: fixed page loading
This commit is contained in:
Alexey Safronov 2022-09-07 13:57:54 +03:00 committed by GitHub
commit 9960915c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2645,6 +2645,7 @@ class FilesStore {
console.log("hasMoreFiles", this.filesList.length < filterTotal);
console.log("----------------------------");
if (this.isLoading) return false;
return this.filesList.length < filterTotal;
}