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 6eb8420 commit 58f21bcCopy full SHA for 58f21bc
src/extension.ts
@@ -752,6 +752,7 @@ export class Ext extends Ecs.System<ExtEvent> {
752
this.restack()
753
754
const activate_window = (window: Window.ShellWindow) => {
755
+ this.on_focused(window)
756
window.activate(true)
757
this.prev_focused = [null, window.entity]
758
}
@@ -762,6 +763,7 @@ export class Ext extends Ecs.System<ExtEvent> {
762
763
return
764
765
766
+
767
// Activate the last-active window on workspace.
768
const workspace_id = this.active_workspace()
769
const active = this.workspace_active.get(workspace_id)
0 commit comments