🔖 升级版本.

This commit is contained in:
lijiahang
2024-07-11 10:28:44 +08:00
parent 04bae45955
commit 1522a6f3ad
15 changed files with 43 additions and 30 deletions

View File

@@ -137,7 +137,6 @@ export default class TerminalSessionManager implements ITerminalSessionManager {
Object.values(this.sessions)
.filter(s => s?.type === PanelSessionType.SSH.type)
.map(s => s as SshSession)
.filter(h => h.connected)
.forEach(h => h.fit());
}