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 <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-09-04 09:51:19 +08:00
parent bebc7d1f4b
commit 126cf88bf3

View File

@@ -314,7 +314,6 @@ const closed = () => {
dispose()
isConnected.value = false
showKeyboard.value = false
emit('close', props.panelId)
}
const openTerm = () => {