[PE mobile] Changes after merge

This commit is contained in:
SergeyEzhin 2021-01-29 12:04:28 +03:00
parent 2c6c3c3a71
commit 338776c1a0
2 changed files with 3 additions and 6 deletions

View file

@ -5,11 +5,7 @@ import { f7 } from "framework7-react";
import { withTranslation } from 'react-i18next';
import CollaborationController from '../../../../common/mobile/lib/controller/Collaboration.jsx'
<<<<<<< HEAD
@inject("storeFocusObjects", "storeAppOptions", "storePresentationInfo", "storePresentationSettings", "storeSlideSettings", "storeTextSettings", "storeTableSettings", "storeChartSettings")
=======
@inject("storeFocusObjects", "storeAppOptions", "storePresentationInfo", "storePresentationSettings", "storeSlideSettings", "storeTextSettings", "storeTableSettings", "storeLinkSettings")
>>>>>>> feature/mobile-apps-on-reactjs
class MainController extends Component {
constructor(props) {
super(props)

View file

@ -12,7 +12,7 @@ import { storeTextSettings } from './textSettings';
import { storeShapeSettings } from './shapeSettings';
import { storeTableSettings } from "./tableSettings";
import { storeChartSettings } from "./chartSettings";
// import {storeTextSettings} from "./textSettings";
import { storeLinkSettings } from "./linkSettings";
// import {storeParagraphSettings} from "./paragraphSettings";
// import {storeShapeSettings} from "./shapeSettings";
// import {storeImageSettings} from "./imageSettings";
@ -30,7 +30,8 @@ export const stores = {
storeTextSettings: new storeTextSettings(),
storeShapeSettings: new storeShapeSettings(),
storeTableSettings: new storeTableSettings(),
storeChartSettings: new storeChartSettings()
storeChartSettings: new storeChartSettings(),
storeLinkSettings: new storeLinkSettings()
// storeTextSettings: new storeTextSettings(),
// storeParagraphSettings: new storeParagraphSettings(),
// storeShapeSettings: new storeShapeSettings(),