|
|
@ -232,7 +232,7 @@ |
|
|
|
content = this.editor.getValue(BI.NicEditor.FormatType.ESCAPE), |
|
|
|
content = this.editor.getValue(BI.NicEditor.FormatType.ESCAPE), |
|
|
|
origin = content; |
|
|
|
origin = content; |
|
|
|
if (isAuto) { |
|
|
|
if (isAuto) { |
|
|
|
content = this._switchToAutoStyle(); |
|
|
|
// content = this._switchToAutoStyle();
|
|
|
|
this.setFocus(); |
|
|
|
this.setFocus(); |
|
|
|
} else if (editorService.isRichTextEqual(content, this.options.placeholder)) { |
|
|
|
} else if (editorService.isRichTextEqual(content, this.options.placeholder)) { |
|
|
|
content = ""; |
|
|
|
content = ""; |
|
|
|