macos: select tab applescript command should not activate application (#11459)

Related to #11457
This commit is contained in:
Mitchell Hashimoto
2026-03-13 08:53:53 -07:00
committed by GitHub

View File

@@ -126,7 +126,6 @@ final class ScriptTab: NSObject {
}
tabContainerWindow.makeKeyAndOrderFront(nil)
NSApp.activate(ignoringOtherApps: true)
return nil
}