fix: Initialize detailsViewport in NewModel to enable scrolling
This commit is contained in:
@@ -249,6 +249,7 @@ func NewModel() Model {
|
||||
sshConfig: NewSSHConfigModel(),
|
||||
nodeInput: createNodeInputs(),
|
||||
viewport: vp,
|
||||
detailsViewport: viewport.New(0, 0),
|
||||
styles: defaultStyles(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user