|
|
@ -11956,7 +11956,7 @@ _.extend(BI.OB.prototype, { |
|
|
|
_mount: function () { |
|
|
|
_mount: function () { |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
var isMounted = this._isMounted; |
|
|
|
var isMounted = this._isMounted; |
|
|
|
if (isMounted || this.__asking === true) { |
|
|
|
if (isMounted || !this.isVisible() || this.__asking === true) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (this._isRoot === true) { |
|
|
|
if (this._isRoot === true) { |
|
|
|