mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix lint
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user