Reduce debounce to 250 for now

pull/156/head
Lim Chee Aun 2023-06-14 22:38:38 +08:00
rodzic 28acd9720e
commit 06aece7d3a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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