diff --git a/src/components/editorElements/tagInput/view/tagInputView.tsx b/src/components/editorElements/tagInput/view/tagInputView.tsx index c046ee0f3..dd68cbf58 100644 --- a/src/components/editorElements/tagInput/view/tagInputView.tsx +++ b/src/components/editorElements/tagInput/view/tagInputView.tsx @@ -89,7 +89,7 @@ const TagInput = ({ value, handleTagChanged, intl, isPreviewActive, autoFocus, s scrollRef.current.scrollToEnd(); } }, 100); - }, 200), + }, 500), [tags], );