We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ee292 commit ecde301Copy full SHA for ecde301
1 file changed
tiling.js
@@ -616,7 +616,7 @@ export class Space extends Array {
616
return;
617
}
618
619
- if (this.hasFullScreenWindow()) {
+ if (this.selectedWindow?.fullscreen) {
620
workArea.y = 0;
621
622
// compensate to keep window position bar on all monitors
@@ -1462,7 +1462,7 @@ border-radius: ${borderWidth}px;
1462
1463
};
1464
1465
1466
setVisible(false);
1467
this.enableWindowPositionBar(false);
1468
0 commit comments