updates
This commit is contained in:
+3
-3
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user