Fix type errors

This commit is contained in:
Vishnu Mohandas 2021-02-17 15:24:57 +05:30
parent 706a544abd
commit 5b5278d5ea

View file

@ -34,7 +34,7 @@ export default function FullScreenDropZone({
const onDragLeave = (e) => {
e.preventDefault();
clearTimer();
closeTimer.current = setTimeout(closeModal, 1000);
closeTimer.current = global.setTimeout(closeModal, 1000);
};
return (