@opentiny/vue-renderless 3.28.1 → 3.28.2

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.
Files changed (2) hide show
  1. package/input/vue.js +1 -1
  2. package/package.json +1 -1
package/input/vue.js CHANGED
@@ -222,7 +222,7 @@ const mergeApi = ({
222
222
  }),
223
223
  handleFocus: handleFocus({ api: api2, emit, state }),
224
224
  handleInput: handleInput({ api: api2, emit, nextTick, state }),
225
- resizeTextarea: debounce(200, resizeTextarea({ api: api2, parent, vm, state, props })),
225
+ resizeTextarea: debounce(200, true, resizeTextarea({ api: api2, parent, vm, state, props })),
226
226
  updateIconOffset: updateIconOffset(api2),
227
227
  calcTextareaHeight: calcTextareaHeight({
228
228
  api: api2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-renderless",
3
- "version": "3.28.1",
3
+ "version": "3.28.2",
4
4
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
5
5
  "author": "OpenTiny Team",
6
6
  "license": "MIT",