This commit is contained in:
2025-12-03 00:15:33 +02:00
parent 82272f2090
commit 2b3b56179a
3 changed files with 30 additions and 44 deletions
+1 -1
View File
@@ -1020,7 +1020,7 @@
case 'textarea':
target.value = Ut.decode(val);
target.value = Ut.unescape(val);
const autoexpand = domUtils.data.call(target, 'autoexpand');