[DE mobile] changes for private branch
This commit is contained in:
parent
cf7141f756
commit
2bd901f3a6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue