Merge pull request #1269 from ONLYOFFICE/bugfix/mobile-loader

bugfix/mobile-loader
This commit is contained in:
Alexey Safronov 2023-03-02 17:33:53 +04:00 committed by GitHub
commit a4ba05769b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ const withLoader = (WrappedComponent) => (Loader) => {
return (!isEditor && firstLoad && !isGallery) || return (!isEditor && firstLoad && !isGallery) ||
!isLoaded || !isLoaded ||
(isMobile && inLoad) || (isMobile && inLoad && !firstLoad) ||
(isLoadingFilesFind && !Loader) || (isLoadingFilesFind && !Loader) ||
!tReady || !tReady ||
!isInit ? ( !isInit ? (