mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
Prevent default drop event (#3731)
This commit is contained in:
parent
ef18dc029d
commit
081ffb9377
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user