|
|
@@ -6694,7 +6694,7 @@ var Codeview_CodeView = /*#__PURE__*/function () {
|
|
|
var value = this.purify(dom.value(this.$codable, this.options.prettifyHtml) || dom.emptyPara);
|
|
|
var isChange = this.$editable.html() !== value;
|
|
|
this.$editable.html(value);
|
|
|
- this.$editable.height(this.options.height ? this.$codable.height() : 'auto');
|
|
|
+ // this.$editable.height(this.options.height ? this.$codable.height() : 'auto');
|
|
|
this.$editor.removeClass('codeview');
|
|
|
|
|
|
if (isChange) {
|