guy 6 years ago
parent
commit
28d1e3b9ab
  1. 2
      dist/bundle.js
  2. 2
      dist/fix/fix.compact.js

2
dist/bundle.js vendored

@ -111363,7 +111363,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
needPop = true;
}
this.store = this._store();
this.store && this.store._widget = this;
this.store && (this.store._widget = this);
needPop && popTarget();
needPop = false;
pushTarget(this.store);

2
dist/fix/fix.compact.js vendored

@ -115,7 +115,7 @@
needPop = true;
}
this.store = this._store();
this.store && this.store._widget = this;
this.store && (this.store._widget = this);
needPop && popTarget();
needPop = false;
pushTarget(this.store);

Loading…
Cancel
Save