Remove unecessary terminal focus

This commit is contained in:
Daniel Imms
2016-06-13 10:09:11 -07:00
parent 65b2c5ca27
commit d97f54b976

View File

@@ -153,9 +153,6 @@ export class TerminalInstance {
let text = window.getSelection().toString();
if (!text || force) {
this.terminal.focus();
if (this.terminal._textarea) {
this.terminal._textarea.focus();
}
}
}