bk-magic-vue 2.5.3-beta.8 → 2.5.3-beta.9

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.
@@ -29594,7 +29594,7 @@
29594
29594
  },
29595
29595
  handlerInput: function handlerInput(event) {
29596
29596
  var _this3 = this;
29597
- if (this.isOnComposition) {
29597
+ if (this.inputType === 'number' && this.isOnComposition) {
29598
29598
  return;
29599
29599
  }
29600
29600
  this.$nextTick(function () {