mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-04 03:56:54 +03:00
debounce time increase
This commit is contained in:
parent
6f92b92cdd
commit
2e22068ad5
@ -89,7 +89,7 @@ const TagInput = ({ value, handleTagChanged, intl, isPreviewActive, autoFocus, s
|
||||
scrollRef.current.scrollToEnd();
|
||||
}
|
||||
}, 100);
|
||||
}, 200),
|
||||
}, 500),
|
||||
[tags],
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user