From b3fd9016996f6fccc77d73422e06aa38138f3f0d Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 3 Apr 2022 17:44:15 +0200 Subject: [PATCH] lint --- src/browser/Terminal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/Terminal.ts b/src/browser/Terminal.ts index 206b8bcf..e9aa6873 100644 --- a/src/browser/Terminal.ts +++ b/src/browser/Terminal.ts @@ -1097,7 +1097,7 @@ export class Terminal extends CoreTerminal implements ITerminal { } // Ignore composing with Alt key on Mac when macOptionIsMeta is enabled - const shouldIgnoreComposition = this.browser.isMac && this.options.macOptionIsMeta && event.altKey + const shouldIgnoreComposition = this.browser.isMac && this.options.macOptionIsMeta && event.altKey; if (!shouldIgnoreComposition && !this._compositionHelper!.keydown(event)) { if (this.buffer.ybase !== this.buffer.ydisp) {