git 6 years ago
parent
commit
3e279693d6
  1. 2
      dist/fineui_without_jquery_polyfill.js

2
dist/fineui_without_jquery_polyfill.js vendored

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

Loading…
Cancel
Save