Remove preventing event from textarea

This commit is contained in:
benguozakinci@gmail.com 2021-09-02 14:31:09 +03:00
parent cda2794750
commit a05763f99d

View File

@ -66,7 +66,6 @@
data-item="description"
resize="none"
@input="onBindingItemField(index, 'description')"
@keydown.enter.exact.prevent
></textarea>
@endif
</td>