We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b1282 commit 32907baCopy full SHA for 32907ba
webSource/js/TerminalInputHistory.js
@@ -41,12 +41,12 @@ TerminalInputHistory.prototype.initialize = function () {
41
_this.seek(-1);
42
_this.INPUT.set(_this.getCurrent());
43
event.preventDefault();
44
- event.cancelBubble();
+ event.cancelBubble = true;
45
} else if (event.keyCode === 40) { // DOWN
46
_this.seek(1);
47
48
49
50
}
51
});
52
0 commit comments