diff --git a/config/current.ver b/config/current.ver index 0187631..d0cd517 100644 --- a/config/current.ver +++ b/config/current.ver @@ -1 +1 @@ -1.1.24 \ No newline at end of file +1.1.25 \ No newline at end of file diff --git a/public/assets/js/bridge/rte-editor.js b/public/assets/js/bridge/rte-editor.js index 3cfe70f..57e75c6 100644 --- a/public/assets/js/bridge/rte-editor.js +++ b/public/assets/js/bridge/rte-editor.js @@ -180,11 +180,7 @@ } if (component.set) component.set('content', content); } catch {} - if (isText && component.view && component.view.el) { - try { - component.view.el.innerHTML = content; - } catch {} - } else if (component.view && typeof component.view.render === 'function') { + if (component.view && typeof component.view.render === 'function') { component.view.render(); } if (component.trigger) {