diff --git a/src/Terminal.ts b/src/Terminal.ts index 1e51f439..c625114b 100644 --- a/src/Terminal.ts +++ b/src/Terminal.ts @@ -644,6 +644,7 @@ export class Terminal extends Disposable implements ITerminal, IDisposable, IInp } else { this._selectionService.enable(); } + this._inputHandler.setBrowserServices(this._selectionService); if (this.options.screenReaderMode) { // Note that this must be done *after* the renderer is created in order to