mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
fix calling of scrollback restoration, its not done on init, but only if existing is being returned
This commit is contained in:
@@ -25,7 +25,7 @@ final class SSHTerminalDelegate: TerminalView, Sendable, @preconcurrency Termina
|
||||
applySelectedTheme()
|
||||
|
||||
Task {
|
||||
await restoreScrollback()
|
||||
// await restoreScrollback()
|
||||
await startFeedLoop()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user