[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;
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;