From 6630589e8e017e0c499605c3b0c9367b67db1ca8 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 25 Mar 2025 13:23:02 +0800 Subject: [PATCH] fix: prevent default form submission in FunctionDebugDrawer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1053876 --user=刘瑞斌 【函数库】调试输入框回车后弹出新的浏览器tab页 https://www.tapd.cn/57709429/s/1675686 --- ui/src/views/function-lib/component/FunctionDebugDrawer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/function-lib/component/FunctionDebugDrawer.vue b/ui/src/views/function-lib/component/FunctionDebugDrawer.vue index 45e23479..484e4d60 100644 --- a/ui/src/views/function-lib/component/FunctionDebugDrawer.vue +++ b/ui/src/views/function-lib/component/FunctionDebugDrawer.vue @@ -39,6 +39,7 @@ require-asterisk-position="right" hide-required-asterisk v-loading="loading" + @submit.prevent >