mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
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:
@@ -314,7 +314,6 @@ const closed = () => {
|
|||||||
dispose()
|
dispose()
|
||||||
isConnected.value = false
|
isConnected.value = false
|
||||||
showKeyboard.value = false
|
showKeyboard.value = false
|
||||||
emit('close', props.panelId)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const openTerm = () => {
|
const openTerm = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user