Reduce debounce to 250 for now

This commit is contained in:
Lim Chee Aun 2023-06-14 22:38:38 +08:00
parent 28acd9720e
commit 06aece7d3a

View file

@ -1415,7 +1415,7 @@ function MediaAttachment({
const suffixType = type.split('/')[0];
const debouncedOnDescriptionChange = useDebouncedCallback(
onDescriptionChange,
500,
250,
);
const [showModal, setShowModal] = useState(false);