This commit is contained in:
Daniel Imms
2019-03-04 10:00:04 -08:00
parent 0854f84653
commit c63f15a9b2
+2 -2
View File
@@ -739,9 +739,9 @@ export class Terminal extends EventEmitter implements ITerminal, IDisposable, II
// apply mouse event classes set by escape codes before terminal was attached
this.element.classList.toggle('enable-mouse-events', this.mouseEvents);
if (this.mouseEvents) {
this.selectionManager.disable()
this.selectionManager.disable();
} else {
this.selectionManager.enable()
this.selectionManager.enable();
}
if (this.options.screenReaderMode) {