Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
lijiahangmax
2024-07-12 00:02:57 +08:00
16 changed files with 44 additions and 31 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());
}