提交 fa45d83f 编写于 作者: N Noj Vek

void

上级 d9f1563e
......@@ -944,7 +944,7 @@ export class TerminalInstance implements ITerminalInstance {
this._onLineData.fire(lineData);
}
private _onKey(key: string, ev: KeyboardEvent) {
private _onKey(key: string, ev: KeyboardEvent): void {
const event = new StandardKeyboardEvent(ev);
if (event.equals(KeyCode.Enter)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册