GTK: add 'move' to the drop target actions

Fixes #11175
This commit is contained in:
Jeffrey C. Ollie
2026-03-04 23:30:58 -06:00
parent 0b802e7c2e
commit c920a88cdc

View File

@@ -221,7 +221,7 @@ Overlay terminal_page {
DropTarget drop_target {
drop => $drop();
actions: copy;
actions: copy | move;
}
}