@dolphinweex/weex-vue-render 0.2.86 → 0.2.87

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.
@@ -5221,15 +5221,6 @@ var inputCommon = {
5221
5221
  globalEvent.addEventListener('receiveMessageFromApp', this._keyboardHeightChangeHandler);
5222
5222
  },
5223
5223
 
5224
- beforeDestroy: function beforeDestroy () {
5225
- // 移除键盘高度变化监听
5226
- if (this._keyboardHeightChangeHandler) {
5227
- var globalEvent = weex.requireModule('globalEvent');
5228
- globalEvent && globalEvent.removeEventListener &&
5229
- globalEvent.removeEventListener('receiveMessageFromApp', this._keyboardHeightChangeHandler);
5230
- }
5231
- },
5232
-
5233
5224
  methods: {
5234
5225
  focus: function focus (autofocus) {
5235
5226
  // 当是自动聚焦时才需要主动弹出键盘,否则会导致键盘弹出但是组件失去焦点
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.86"
52
+ "version": "0.2.87"
53
53
  }