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.
2 parents a8b4133 + 4a662c7 commit 98745bfCopy full SHA for 98745bf
js/block.js
@@ -422,6 +422,7 @@ class Block {
422
423
if (that.bounds === null) {
424
const delayTime = INITIAL_DELAY * Math.pow(2, loopCount);
425
+ await delayExecution(delayTime);
426
await new Promise(resolve => setTimeout(resolve, delayTime));
427
updateBounds(loopCount + 1);
428
} else {
0 commit comments