mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 09:29:37 -05:00
BUGFIX: cloaking code
This commit is contained in:
+1
-1
@@ -333,7 +333,7 @@
|
||||
render: function(buffer) {
|
||||
var containedView = this._containedView, self = this;
|
||||
|
||||
if (containedView && (containedView._state || containedView._state) !== 'inDOM') {
|
||||
if (containedView && (containedView._state || containedView.state) !== 'inDOM') {
|
||||
containedView.triggerRecursively('willInsertElement');
|
||||
containedView.renderToBuffer(buffer);
|
||||
containedView.transitionTo('inDOM');
|
||||
|
||||
Reference in New Issue
Block a user