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