Skip to content

Commit

Permalink
timer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanm-tkf committed Aug 5, 2021
1 parent cd3fd68 commit a7290c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default React.forwardRef<
if (maxHeight !== null && height && !loading) {
setTimeout(() => {
setMaxHeight(height);
}, 500);
}, 300);
}

if (height && maxHeight === height) {
Expand Down

0 comments on commit a7290c9

Please sign in to comment.