[PE mobile] Removed duplicate code
This commit is contained in:
parent
3912fe4620
commit
9444e39ff0
|
@ -322,14 +322,6 @@ class MainController extends Component {
|
||||||
storeChartSettings.updateChartStyles(this.api.asc_getChartPreviews(storeFocusObjects.chartObject.getType()));
|
storeChartSettings.updateChartStyles(this.api.asc_getChartPreviews(storeFocusObjects.chartObject.getType()));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Link settings
|
|
||||||
|
|
||||||
const storeLinkSettings = this.props.storeLinkSettings;
|
|
||||||
|
|
||||||
this.api.asc_registerCallback('asc_onCanAddHyperlink', (value) => {
|
|
||||||
storeLinkSettings.canAddHyperlink(value);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_onDocumentContentReady() {
|
_onDocumentContentReady() {
|
||||||
|
|
Loading…
Reference in a new issue