mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
Fix onActive handler
This commit is contained in:
parent
6a1dcf9ef0
commit
1d0b2d28d8
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export default class Term extends Component {
|
||||||
if (props.onActive) {
|
if (props.onActive) {
|
||||||
this.term.on(
|
this.term.on(
|
||||||
'focus',
|
'focus',
|
||||||
props.onTitle
|
props.onActive
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue