rte
This commit is contained in:
@@ -1 +1 @@
|
||||
1.1.24
|
||||
1.1.25
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user