[DE mobile] changes for private branch

This commit is contained in:
Maxim Kadushkin 2021-04-12 18:09:08 +03:00
parent cf7141f756
commit 2bd901f3a6

View file

@ -20,11 +20,6 @@ export class storeParagraphSettings {
styleName = undefined; styleName = undefined;
initEditorStyles (styles) { initEditorStyles (styles) {
this.styles = styles.get_MergedStyles();
this.styleThumbSize = {
width : styles.STYLE_THUMBNAIL_WIDTH,
height : styles.STYLE_THUMBNAIL_HEIGHT
};
} }
get paragraphStyles () { get paragraphStyles () {
@ -39,7 +34,6 @@ export class storeParagraphSettings {
} }
changeParaStyleName (name) { changeParaStyleName (name) {
this.styleName = name;
} }
backColor = undefined; backColor = undefined;