From a7290c9772665699259d168830e121eafa83b938 Mon Sep 17 00:00:00 2001 From: Jonathan Machado Date: Thu, 5 Aug 2021 16:44:08 -0300 Subject: [PATCH] timer --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index b197cb3..eab9ca3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -114,7 +114,7 @@ export default React.forwardRef< if (maxHeight !== null && height && !loading) { setTimeout(() => { setMaxHeight(height); - }, 500); + }, 300); } if (height && maxHeight === height) {