debounce time increase

This commit is contained in:
Nouman Tahir 2022-10-11 18:51:14 +05:00
parent 6f92b92cdd
commit 2e22068ad5

View File

@ -89,7 +89,7 @@ const TagInput = ({ value, handleTagChanged, intl, isPreviewActive, autoFocus, s
scrollRef.current.scrollToEnd(); scrollRef.current.scrollToEnd();
} }
}, 100); }, 100);
}, 200), }, 500),
[tags], [tags],
); );