Dailer 6 years ago
parent
commit
ae7536500b
  1. 2
      dist/bundle.js
  2. 2
      dist/bundle.min.js
  3. 2
      dist/core.js
  4. 2
      dist/fineui.js
  5. 2
      dist/fineui.min.js

2
dist/bundle.js vendored

@ -21571,7 +21571,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) {

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/core.js vendored

@ -21571,7 +21571,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) {

2
dist/fineui.js vendored

@ -21810,7 +21810,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) {

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save