From 2bd901f3a66f6c8a8ec2408215651dd17efe0fe7 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Mon, 12 Apr 2021 18:09:08 +0300 Subject: [PATCH] [DE mobile] changes for private branch --- apps/documenteditor/mobile/src/store/paragraphSettings.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/documenteditor/mobile/src/store/paragraphSettings.js b/apps/documenteditor/mobile/src/store/paragraphSettings.js index ed5bd2004..ecbe07431 100644 --- a/apps/documenteditor/mobile/src/store/paragraphSettings.js +++ b/apps/documenteditor/mobile/src/store/paragraphSettings.js @@ -20,11 +20,6 @@ export class storeParagraphSettings { styleName = undefined; initEditorStyles (styles) { - this.styles = styles.get_MergedStyles(); - this.styleThumbSize = { - width : styles.STYLE_THUMBNAIL_WIDTH, - height : styles.STYLE_THUMBNAIL_HEIGHT - }; } get paragraphStyles () { @@ -39,7 +34,6 @@ export class storeParagraphSettings { } changeParaStyleName (name) { - this.styleName = name; } backColor = undefined;