mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-06 05:13:49 +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();
|
scrollRef.current.scrollToEnd();
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 100);
|
||||||
}, 200),
|
}, 500),
|
||||||
[tags],
|
[tags],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user