macos: new tab applescript command should not activate application

Related to #11457
This commit is contained in:
Mitchell Hashimoto
2026-03-13 08:49:12 -07:00
parent 35f4d18802
commit 4c4e83784c

View File

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