From e9c1f0022b684eecb7f026dcfc6a032534241220 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 12 Oct 2020 16:05:41 +0800 Subject: [PATCH] =?UTF-8?q?context=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/fix/fix.compact.ie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/fix/fix.compact.ie.js b/dist/fix/fix.compact.ie.js index d357fc15f..297ee23ce 100644 --- a/dist/fix/fix.compact.ie.js +++ b/dist/fix/fix.compact.ie.js @@ -122,7 +122,7 @@ function createStore () { var needPop = false; if (_global.Fix && this._store) { - var store = findStore(this.options.context || this.options.element); + var store = findStore(this.options.context || this._parent || this.options.element || BI.Widget.context || this._context); if (store) { pushTarget(store); needPop = true;