[macOS] Fix macOS producing alert sound on some input actions.

This commit is contained in:
bruvzg 2022-02-12 19:57:04 +02:00
parent d3a6b6daaa
commit 5c641372fc
No known key found for this signature in database
GPG Key ID: 7960FCF39844EC38
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@
}
}
- (void)doCommandBySelector:(SEL)aSelector {
[self tryToPerform:aSelector with:self];
}
- (void)unmarkText {
ime_input_event_in_progress = false;
[[marked_text mutableString] setString:@""];