mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 12:33:49 +03:00
Add window dragging by pulling on the board background.
- does not work over the new branch dropzone.
This commit is contained in:
parent
703472368a
commit
65d9b3ba7a
@ -42,6 +42,7 @@
|
||||
<div
|
||||
class="board"
|
||||
role="group"
|
||||
data-tauri-drag-region
|
||||
bind:this={dropZone}
|
||||
on:dragover={(e) => {
|
||||
if (!dragged) return;
|
||||
|
Loading…
Reference in New Issue
Block a user