Commit 344c91e3 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: dragleave event added

parent 3bcf4405
......@@ -123,6 +123,10 @@
dragged = false;
});
dropZone?.addEventListener('dragleave', () => {
dragged = false;
});
});
</script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment