Skip to content

Commit 05f2e83

Browse files
committed
Set compile timeout to 100ms
1 parent eea5c08 commit 05f2e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

re_pages/Playground.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ module Button3 = {
18561856
(React.Ref.current(timeoutCompile))();
18571857
React.Ref.setCurrent(typingTimer, None);
18581858
},
1859-
400,
1859+
100,
18601860
);
18611861
React.Ref.setCurrent(typingTimer, Some(timer));
18621862
}}

0 commit comments

Comments
 (0)