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

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/bundle.js vendored

@ -83514,8 +83514,9 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
var range = this.getRng();
try {
// w3c
this.nicCommand("insertHTML", html);
} finally {
} catch(e) {
if (range.insertNode) {
// IE
range.deleteContents();

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/case.js vendored

@ -11015,8 +11015,9 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
var range = this.getRng();
try {
// w3c
this.nicCommand("insertHTML", html);
} finally {
} catch(e) {
if (range.insertNode) {
// IE
range.deleteContents();

3
dist/fineui.js vendored

@ -83757,8 +83757,9 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
var range = this.getRng();
try {
// w3c
this.nicCommand("insertHTML", html);
} finally {
} catch(e) {
if (range.insertNode) {
// IE
range.deleteContents();

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
src/case/richeditor/niceditor/niceditor.js

@ -308,8 +308,9 @@
var range = this.getRng();
try {
// w3c
this.nicCommand("insertHTML", html);
} finally {
} catch(e) {
if (range.insertNode) {
// IE
range.deleteContents();

Loading…
Cancel
Save