@dolphinweex/weex-vue-render 0.2.22 → 0.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5907,6 +5907,7 @@ var scrollable$1 = {
5907
5907
  },
5908
5908
 
5909
5909
  handleScroll: function handleScroll (event) {
5910
+ event.stopImmediatePropagation();
5910
5911
  weex.utils.getThrottleLazyload(25, this.$el, 'scroll')();
5911
5912
  getThrottledScroll(this)(event);
5912
5913
 
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.22"
52
+ "version": "0.2.23"
53
53
  }