bk-magic-vue 2.5.9-beta.40 → 2.5.9-beta.41

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.
@@ -30144,9 +30144,9 @@
30144
30144
  handlerCompositionend: function handlerCompositionend(e) {
30145
30145
  if (this.inputType === 'number' && this.isOnComposition) {
30146
30146
  e.target.value = this.curValue;
30147
- this.isOnComposition = false;
30148
- this.handlerInput(e);
30149
30147
  }
30148
+ this.isOnComposition = false;
30149
+ this.handlerInput(e);
30150
30150
  },
30151
30151
  handlerInput: function handlerInput(event) {
30152
30152
  var _this5 = this;