updates
This commit is contained in:
+3
-3
@@ -1069,10 +1069,10 @@
|
|||||||
|
|
||||||
const autoexpand = domUtils.data.call(target, 'autoexpand');
|
const autoexpand = domUtils.data.call(target, 'autoexpand');
|
||||||
|
|
||||||
if (autoexpand) { // Set Autoexpand
|
if (autoexpand) { // Set Correct Size
|
||||||
autoexpand.update();
|
autoexpand.updateSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (domUtils.data.call(target, 'counter')) {
|
if (domUtils.data.call(target, 'counter')) {
|
||||||
domUtils.trigger.call(target, 'input')
|
domUtils.trigger.call(target, 'input')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user