Prevent default drop event (#3731)

This commit is contained in:
Pavel Laptev 2024-05-08 01:27:54 +02:00 committed by GitHub
parent ef18dc029d
commit 081ffb9377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,8 @@
});
</script>
<svelte:window on:drop={(e) => e.preventDefault()} on:dragover={(e) => e.preventDefault()} />
<div
data-tauri-drag-region
class="app-root"