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 6ef6fff commit 74faff3Copy full SHA for 74faff3
src/window.ts
@@ -562,8 +562,6 @@ export class ShellWindow {
562
const screen = workspace.get_work_area_for_monitor(this.meta.get_monitor())
563
564
if (screen) {
565
- x = Math.max(x, screen.x)
566
- y = Math.max(y, screen.y)
567
width = Math.min(width, screen.x + screen.width)
568
height = Math.min(height, screen.y + screen.height)
569
}
0 commit comments