[PE mobile] fixed settings popover position
This commit is contained in:
parent
586e794792
commit
cdfcea183d
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
import React, { Component } from 'react'
|
import React, { Component } from 'react'
|
||||||
import { inject } from "mobx-react";
|
import { inject } from "mobx-react";
|
||||||
|
import { f7 } from "framework7-react";
|
||||||
import { withTranslation } from 'react-i18next';
|
import { withTranslation } from 'react-i18next';
|
||||||
import CollaborationController from '../../../../common/mobile/lib/controller/Collaboration.jsx'
|
import CollaborationController from '../../../../common/mobile/lib/controller/Collaboration.jsx'
|
||||||
|
|
||||||
|
@ -239,6 +240,7 @@ class MainController extends Component {
|
||||||
// me.api.asc_GetDefaultTableStyles && _.defer(function () {me.api.asc_GetDefaultTableStyles()});
|
// me.api.asc_GetDefaultTableStyles && _.defer(function () {me.api.asc_GetDefaultTableStyles()});
|
||||||
|
|
||||||
Common.Gateway.documentReady();
|
Common.Gateway.documentReady();
|
||||||
|
f7.emit('resize');
|
||||||
}
|
}
|
||||||
|
|
||||||
_onOpenDocumentProgress(progress) {
|
_onOpenDocumentProgress(progress) {
|
||||||
|
|
Loading…
Reference in a new issue