mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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) {
|
||||
this.term.on(
|
||||
'focus',
|
||||
props.onTitle
|
||||
props.onActive
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue