Skip to content

Commit

Permalink
🐜
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jul 9, 2024
1 parent dfdbe6a commit 4b99c26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/waitNextTaskWhileHidden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const state = {
export default async function waitNextTaskWhileHidden(): Promise<void> {
if (document.visibilityState === 'hidden') {
await waitNextTask()

// in theory, here the page could have been hidden again,
// but we ignore this case on purpose
} else {
Expand Down

0 comments on commit 4b99c26

Please sign in to comment.