There was an error while loading. Please reload this page.
1 parent 83c3854 commit 72d3fb7Copy full SHA for 72d3fb7
1 file changed
src/api/snapdom.js
@@ -62,7 +62,6 @@ async function main(element, userOptions) {
62
for (let i = 0; i < attempts; i++) {
63
try {
64
await safariWarmup(element, userOptions)
65
- _safariWarmup = false // allow next iteration
66
} catch {
67
// swallow error
68
}
0 commit comments