[DE] Fix Bug 56792
This commit is contained in:
parent
7d094c88d5
commit
6c9db53785
|
@ -688,7 +688,7 @@ class MainController extends Component {
|
||||||
this.api.asc_registerCallback('asc_onGetDocInfoEnd', () => {
|
this.api.asc_registerCallback('asc_onGetDocInfoEnd', () => {
|
||||||
clearTimeout(this.timerLoading);
|
clearTimeout(this.timerLoading);
|
||||||
clearInterval(this.timerDocInfo);
|
clearInterval(this.timerDocInfo);
|
||||||
storeDocumentInfo.switchIsLoaded(true);
|
storeDocumentInfo.changeCount(this.objectInfo);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Color Schemes
|
// Color Schemes
|
||||||
|
|
Loading…
Reference in a new issue