when launching, clear the first responder so any text fields with focus will commit.

This commit is contained in:
Kelvin Sherlock 2021-05-31 11:24:33 -04:00
parent 5ffc85f9fc
commit 789d61d9f1
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@ static NSString *ShellQuote(NSString *s) {
- (IBAction)launchAction:(id)sender {
[[self window] makeFirstResponder: nil]; // in case text is being edited...
if (![_args count]) return;
[LogWindowController controllerForArgs: _args];