From 126cf88bf314a6b4e81536ccb561b192a8a79284 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 4 Sep 2025 09:51:19 +0800 Subject: [PATCH] ui: keep term window when the term disconnects. This allows users to see the state where the terminal is disconnected. Signed-off-by: Jianhui Zhao --- ui/src/components/RttyTerm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/RttyTerm.vue b/ui/src/components/RttyTerm.vue index 2af4c8e..397c7a3 100644 --- a/ui/src/components/RttyTerm.vue +++ b/ui/src/components/RttyTerm.vue @@ -314,7 +314,6 @@ const closed = () => { dispose() isConnected.value = false showKeyboard.value = false - emit('close', props.panelId) } const openTerm = () => {