Skip to content

Commit 30bf682

Browse files
authored
fix: Don't raise stacked windows on focus
1 parent 886a069 commit 30bf682

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ export class Ext extends Ecs.System<ExtEvent> {
878878

879879
// Update the active tab in the stack.
880880
if (null !== this.auto_tiler && null !== win.stack) {
881-
win.meta.raise();
882881
ext?.auto_tiler?.forest.stacks.get(win.stack)?.activate(win.entity)
883882
}
884883

0 commit comments

Comments
 (0)