fix drop in center area

This commit is contained in:
DreamMaoMao 2026-05-09 16:27:31 +08:00
parent b7581392c4
commit 4fffa2f03e

View file

@ -2201,8 +2201,8 @@ void place_drag_tile_client(Client *c) {
closest->mon->pertag->ltidxs[closest->mon->pertag->curtag];
if (closest->drop_direction == UNDIR) {
exchange_two_client(c, closest);
setfloating(c, 0);
exchange_two_client(c, closest);
return;
}