Browse Source

KERNEL-9443 fix: 同步fix.compact

es6
imp 3 years ago
parent
commit
d5d3f9f1fd
  1. 4
      dist/fix/fix.compact.ie.js
  2. 5
      dist/fix/fix.compact.js

4
dist/fix/fix.compact.ie.js vendored

@ -157,9 +157,11 @@
if (_global.Fix && this._store) {
needPop = true;
pushTarget(this.store);
initWatch(this, this.watch);
}
_render.apply(this, arguments);
if (_global.Fix && this._store) {
initWatch(this, this.watch);
}
needPop && popTarget();
};

5
dist/fix/fix.compact.js vendored

@ -157,11 +157,6 @@
if (_global.Fix && this._store) {
initWatch(this, this.watch);
}
// try {
// _render.apply(this, arguments);
// } catch (e) {
// console.error(e);
// }
needPop && popTarget();
};

Loading…
Cancel
Save