Merge pull request #1291 from ONLYOFFICE/bugfix/fixed-clear-timeout

Web: Client: fixed clean timeout
This commit is contained in:
Alexey Safronov 2023-03-07 12:22:48 +04:00 committed by GitHub
commit 704e7cb74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ const ArticleBodyContent = (props) => {
.catch((err) => toastr.error(err))
.finally(() => {
if (filesSection) {
cleanTimer();
setIsLoading(false);
} else {
hideLoader();