mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Don't use open event on xterm (#2542)
This commit is contained in:
parent
9521fb57c1
commit
15a7e6ad9b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,10 +46,10 @@ export default class Term extends PureComponent {
|
|||
cursorBlink: props.cursorBlink
|
||||
});
|
||||
this.term.attachCustomKeyEventHandler(this.keyboardHandler);
|
||||
this.term.on('open', this.onOpen);
|
||||
this.term.open(this.termRef, {
|
||||
focus: false
|
||||
});
|
||||
this.onOpen();
|
||||
}
|
||||
|
||||
if (props.onTitle) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue