From 46b029c310a06292f307df8fc3d9cdf2c451643e Mon Sep 17 00:00:00 2001 From: grainsoft Date: Sun, 24 May 2026 03:04:23 +0300 Subject: [PATCH] updates --- src/utils/dom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/dom.js b/src/utils/dom.js index 4a1d1ef..d4a52d5 100644 --- a/src/utils/dom.js +++ b/src/utils/dom.js @@ -1069,10 +1069,10 @@ const autoexpand = domUtils.data.call(target, 'autoexpand'); - if (autoexpand) { // Set Autoexpand - autoexpand.update(); + if (autoexpand) { // Set Correct Size + autoexpand.updateSize(); } - + if (domUtils.data.call(target, 'counter')) { domUtils.trigger.call(target, 'input') }