mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: Update Enter key event handling in terminal input to prevent default behavior (#10984)
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user