mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Remove second open arg (#2544)
This was removed in xterm@3, see xtermjs/xterm.js#646
This commit is contained in:
parent
15a7e6ad9b
commit
421847315d
1 changed files with 1 additions and 3 deletions
|
|
@ -46,9 +46,7 @@ export default class Term extends PureComponent {
|
|||
cursorBlink: props.cursorBlink
|
||||
});
|
||||
this.term.attachCustomKeyEventHandler(this.keyboardHandler);
|
||||
this.term.open(this.termRef, {
|
||||
focus: false
|
||||
});
|
||||
this.term.open(this.termRef);
|
||||
this.onOpen();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue