GTK: add 'move' to the drop target actions (#11182)

Fixes #11175
This commit is contained in:
Leah Amelia Chen
2026-03-05 15:27:41 +08:00
committed by GitHub

View File

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