mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
comment wording
This commit is contained in:
parent
360f1cd250
commit
bd32df4ef6
@ -57,7 +57,7 @@ export default React.createClass({
|
||||
}
|
||||
},
|
||||
|
||||
// Don't let key down events get any further, so they only trigger this and nothing more
|
||||
// Don't let esc keydown events get any further, so they only trigger this and nothing more
|
||||
_onKeyDown: function(e) {
|
||||
if (e.keyCode === KeyCode.ESCAPE) {
|
||||
e.stopPropagation();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user