This commit is contained in:
2026-05-24 03:04:23 +03:00
parent 28e71f9955
commit 46b029c310
+3 -3
View File
@@ -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')
}