restore terminal state when loading term view

This commit is contained in:
sawka
2024-05-29 00:28:25 -07:00
parent 30ef011338
commit 02cda396e8
3 changed files with 66 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ func (svc *ObjectService) SetActiveTab(uiContext wstore.UIContext, tabId string)
blockErr := blockcontroller.StartBlockController(ctx, blockId)
if blockErr != nil {
// we don't want to fail the set active tab operation if a block controller fails to start
log.Printf("error starting block controller (blockid:%s): %w", blockId, blockErr)
log.Printf("error starting block controller (blockid:%s): %v", blockId, blockErr)
continue
}
}