mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-13 20:50:26 +00:00
navigator: start dnd if in grab
This commit is contained in:
@@ -197,6 +197,10 @@ var Navigator = class Navigator {
|
||||
this._block = Main.wm._blockAnimations;
|
||||
Main.wm._blockAnimations = true;
|
||||
// Meta.disable_unredirect_for_screen(screen);
|
||||
//
|
||||
if (Tiling.inGrab && Tiling.inGrab.window) {
|
||||
Tiling.inGrab.beginDnD();
|
||||
}
|
||||
|
||||
this.space = Tiling.spaces.spaceOf(workspaceManager.get_active_workspace());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user