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 886a069 commit 30bf682Copy full SHA for 30bf682
src/extension.ts
@@ -878,7 +878,6 @@ export class Ext extends Ecs.System<ExtEvent> {
878
879
// Update the active tab in the stack.
880
if (null !== this.auto_tiler && null !== win.stack) {
881
- win.meta.raise();
882
ext?.auto_tiler?.forest.stacks.get(win.stack)?.activate(win.entity)
883
}
884
0 commit comments