We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5166921 commit 30a42c8Copy full SHA for 30a42c8
viewer/components/refresh.ts
@@ -234,5 +234,5 @@ function removeMasks(masks: HTMLDivElement[]) {
234
for (const mask of masks) {
235
mask.remove()
236
}
237
- }, 1000)
+ }, 250)
238
0 commit comments