Don't trigger selection when mouse events are on

Fixes #2301
This commit is contained in:
Daniel Imms
2019-07-11 09:34:45 -07:00
parent a9961c867d
commit da9b4b1a69
+1
View File
@@ -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