Skip to content

Commit 2f98afd

Browse files
committed
fix(launcher): Request that newest window be on top
1 parent 1801a83 commit 2f98afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/launcher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export class Launcher extends search.Search {
240240

241241
if (newest_window) {
242242
shell_window.activate(true, DefaultPointerPosition.TopLeft, newest_window)
243+
app.activate_window(newest_window, 0)
243244
}
244245

245246
return false

0 commit comments

Comments
 (0)