From 3e279693d6656c6ed5782f31583962461d510884 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 20 Aug 2018 22:52:47 +0800 Subject: [PATCH] update --- dist/fineui_without_jquery_polyfill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index 8bd624675..00f85fc68 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -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) {