Skip to content

Commit

Permalink
fix indicator not disappearing sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Apr 11, 2024
1 parent bf655b0 commit be87a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,7 @@ downloadAndOpenFile().then((downloadAction) => {
const initialLoader = document.querySelector('.initial-loader') as HTMLElement | null
if (initialLoader) {
initialLoader.style.opacity = '0'
initialLoader.style.pointerEvents = 'none'
}
window.pageLoaded = true

Expand Down

0 comments on commit be87a57

Please sign in to comment.