From ae4778e481844e6dc88682c7075040e984024975 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 28 Jul 2025 11:29:57 +0800 Subject: [PATCH] feat(stage-web): support new line for mobile --- apps/stage-web/src/components/Layouts/MobileInteractiveArea.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stage-web/src/components/Layouts/MobileInteractiveArea.vue b/apps/stage-web/src/components/Layouts/MobileInteractiveArea.vue index 6188c42d8..096b14e91 100644 --- a/apps/stage-web/src/components/Layouts/MobileInteractiveArea.vue +++ b/apps/stage-web/src/components/Layouts/MobileInteractiveArea.vue @@ -165,7 +165,7 @@ onMounted(() => { transition="all duration-250 ease-in-out placeholder:all placeholder:duration-250 placeholder:ease-in-out" :class="[themeColorsHueDynamic ? 'transition-colors-none placeholder:transition-colors-none' : '']" default-height="1lh" - @submit="handleSend" + @submit="() => {}" @compositionstart="isComposing = true" @compositionend="isComposing = false" />