Merge pull request #58020 from bruvzg/mac_beeps
[macOS] Fix macOS producing alert sound on some input actions.
This commit is contained in:
commit
4368d6d80e
|
@ -117,6 +117,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)doCommandBySelector:(SEL)aSelector {
|
||||||
|
[self tryToPerform:aSelector with:self];
|
||||||
|
}
|
||||||
|
|
||||||
- (void)unmarkText {
|
- (void)unmarkText {
|
||||||
ime_input_event_in_progress = false;
|
ime_input_event_in_progress = false;
|
||||||
[[marked_text mutableString] setString:@""];
|
[[marked_text mutableString] setString:@""];
|
||||||
|
|
Loading…
Reference in New Issue