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);
|
if (component.set) component.set('content', content);
|
||||||
} catch {}
|
} catch {}
|
||||||
if (isText && component.view && component.view.el) {
|
if (component.view && typeof component.view.render === 'function') {
|
||||||
try {
|
|
||||||
component.view.el.innerHTML = content;
|
|
||||||
} catch {}
|
|
||||||
} else if (component.view && typeof component.view.render === 'function') {
|
|
||||||
component.view.render();
|
component.view.render();
|
||||||
}
|
}
|
||||||
if (component.trigger) {
|
if (component.trigger) {
|
||||||
|
|||||||
Reference in New Issue
Block a user