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…
Add table
Add a link
Reference in a new issue