Add window dragging by pulling on the board background.

- does not work over the new branch dropzone.
This commit is contained in:
Mattias Granlund 2023-12-01 17:38:13 +01:00
parent 703472368a
commit 65d9b3ba7a

View File

@ -42,6 +42,7 @@
<div
class="board"
role="group"
data-tauri-drag-region
bind:this={dropZone}
on:dragover={(e) => {
if (!dragged) return;