[SSE mobile] Fix bug 50785
This commit is contained in:
parent
3433bbaf1e
commit
e3f64d39db
|
@ -12,8 +12,8 @@ class _FunctionGroups extends Component {
|
||||||
super(props);
|
super(props);
|
||||||
}
|
}
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
Common.Notifications.on('engineCreated', api => {
|
Common.Notifications.on('document:ready', () => {
|
||||||
this.api = api;
|
this.api = Common.EditorApi.get();
|
||||||
this.init();
|
this.init();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue