Skip to content

Commit f1f9e4d

Browse files
committed
fix: ts
1 parent 971b00d commit f1f9e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/hysteria/list/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
v-model="configForm.clashExtension"
161161
type="textarea"
162162
:autosize="{ minRows: 3 }"
163-
@keydown="(e) => e.stopPropagation()"
163+
@keydown="(e:KeyboardEvent) => e.stopPropagation()"
164164
/>
165165
</el-form-item>
166166
</el-tooltip>

0 commit comments

Comments
 (0)