updates
This commit is contained in:
+1
-1
@@ -1020,7 +1020,7 @@
|
||||
|
||||
case 'textarea':
|
||||
|
||||
target.value = Ut.decode(val);
|
||||
target.value = Ut.unescape(val);
|
||||
|
||||
const autoexpand = domUtils.data.call(target, 'autoexpand');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user