fix: miss make grabc exit scroll stack

This commit is contained in:
DreamMaoMao 2026-03-25 19:44:29 +08:00
parent 055231927a
commit babf6c9ade

View file

@ -377,6 +377,7 @@ int32_t moveresize(const Arg *arg) {
/* Float the window and tell motionnotify to grab it */
if (grabc->isfloating == 0 && arg->ui == CurMove) {
grabc->drag_to_tile = true;
exit_scroller_stack(grabc);
setfloating(grabc, 1);
}