mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Explicitly return from keydown
This commit is contained in:
+1
-1
@@ -2674,7 +2674,7 @@
|
||||
*/
|
||||
Terminal.prototype.keyDown = function(ev) {
|
||||
if (!this.compositionHelper.keydown.bind(this.compositionHelper)(ev)) {
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user