mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-09 23:50:21 -04:00
fix drop in center area
This commit is contained in:
parent
b7581392c4
commit
4fffa2f03e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue