mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Events go on Keyup, duh.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#pragma mark Overrides
|
||||
- (void)sendEvent:(NSEvent *)event {
|
||||
if ([event type] != NSKeyDown) {
|
||||
if ([event type] != NSKeyUp) {
|
||||
[super sendEvent:event];
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user