windy 6 years ago
parent
commit
6856df2fdb
  1. 2
      dist/_fineui.min.js
  2. 2
      dist/bundle.js
  3. 4
      dist/bundle.min.js
  4. 2
      dist/case.js
  5. 2
      dist/fineui.js
  6. 2
      dist/fineui.min.js
  7. 2
      src/case/richeditor/niceditor/niceditor.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -83277,7 +83277,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
},
start: function () {
this.elm.element.attr("contentEditable", true);
this.elm.element.attr("contentEditable", this.options.readOnly !== true);
if (this.getContent() == "") {
// this.setContent("<br />");
}

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -10799,7 +10799,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
},
start: function () {
this.elm.element.attr("contentEditable", true);
this.elm.element.attr("contentEditable", this.options.readOnly !== true);
if (this.getContent() == "") {
// this.setContent("<br />");
}

2
dist/fineui.js vendored

@ -83520,7 +83520,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
},
start: function () {
this.elm.element.attr("contentEditable", true);
this.elm.element.attr("contentEditable", this.options.readOnly !== true);
if (this.getContent() == "") {
// this.setContent("<br />");
}

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
src/case/richeditor/niceditor/niceditor.js

@ -138,7 +138,7 @@
},
start: function () {
this.elm.element.attr("contentEditable", true);
this.elm.element.attr("contentEditable", this.options.readOnly !== true);
if (this.getContent() == "") {
// this.setContent("<br />");
}

Loading…
Cancel
Save