This commit is contained in:
Nathan Sobo
2016-04-04 19:22:44 -06:00
parent f638bcbb6d
commit 9833e54ec3

View File

@@ -263,7 +263,7 @@ class TextEditorComponent
# before observing any keyup event, we observe events in the following
# sequence:
#
# keydown(keyCode: X), keypress, keydown(codeCode: X)
# keydown(keyCode: X), keypress, keydown(keyCode: X)
#
# The keyCode X must be the same in the keydown events that bracket the
# keypress, meaning we're *holding* the _same_ key we intially pressed.