Skip to content

Commit 74faff3

Browse files
jmmarananmmstick
authored andcommitted
fix: align hint when drag window
1 parent 6ef6fff commit 74faff3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/window.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,6 @@ export class ShellWindow {
562562
const screen = workspace.get_work_area_for_monitor(this.meta.get_monitor())
563563

564564
if (screen) {
565-
x = Math.max(x, screen.x)
566-
y = Math.max(y, screen.y)
567565
width = Math.min(width, screen.x + screen.width)
568566
height = Math.min(height, screen.y + screen.height)
569567
}

0 commit comments

Comments
 (0)