Skip to content

Commit

Permalink
fix bug: input method navigate key unexpectedly inputs text
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiafan committed Jul 27, 2023
1 parent c2016fa commit d998caf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ - (void)keyDown:(NSEvent *)theEvent
if (![[self inputContext] handleEvent:theEvent] || shouldProcessKeyEvent) {
[self->_delegate sendJavaKeyEvent:theEvent isDown:YES];
}
shouldProcessKeyEvent = YES;
}

- (void)keyUp:(NSEvent *)theEvent
Expand Down

0 comments on commit d998caf

Please sign in to comment.