fix: Update Enter key event handling in terminal input to prevent default behavior (#10984)

This commit is contained in:
KOMATA
2025-11-18 14:04:00 +08:00
committed by GitHub
parent 81c1e90e54
commit fd270263f4
@@ -123,7 +123,7 @@
</el-button>
<el-input
v-model="batchVal"
@keyup.enter.exact="batchInput"
@keydown.enter.exact.prevent="batchInput"
type="textarea"
:autosize="{ minRows: 1, maxRows: 3 }"
class="flex-1 basis-[300px] min-w-[200px]"