Skip to content

Commit 27e787e

Browse files
committed
WIP: Enable swapGlobal vertically
Only kind of works.. when moving to a monitor to the side, then down, you end up back on the first monitor.
1 parent d2e28a1 commit 27e787e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tiling.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,8 @@ export class Space extends Array {
11221122
}
11231123
let column = this[index];
11241124
if (targetRow < 0 || targetRow >= column.length) {
1125-
// TODO: Move to workspace above/below
1125+
spaces.selectSequenceSpace(direction, true);
1126+
Navigator.finishNavigation();
11261127
return;
11271128
}
11281129

0 commit comments

Comments
 (0)