mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-14 11:05:35 +08:00
fix: Update Enter key event handling in terminal input to prevent default behavior
This commit is contained in:
parent
81c1e90e54
commit
342f06c8ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue