Skip to content

Commit 753fa98

Browse files
committed
500ms timeout
1 parent c04b3d3 commit 753fa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/editor/result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export default class Result {
275275

276276
setTimeout(() => {
277277
process.nextTick(() => window.requestAnimationFrame(listener))
278-
}, 750)
278+
}, 500)
279279
}
280280
window.requestAnimationFrame(listener)
281281
return

0 commit comments

Comments
 (0)