You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lines 358 and 360 don't follow the pattern of calling SetYOffset. Probably not a problem, but thought I'd point it out incase it was a mistake
SetCursor doesn't do this ViewPort clamping. Is this the issue? We can't access viewport from a user API, so it would need to be fixed in the main code.
The text was updated successfully, but these errors were encountered:
When I try something like this here https://github.com/charmbracelet/bubbletea/blob/cb6f8402f63d74df566577015ef10a75335eb242/examples/table/main.go#L25
The highlighted row can jump out of view.
Looking at this, I see a couple things
bubbles/table/table.go
Lines 344 to 362 in 0f9e38c
SetCursor
doesn't do this ViewPort clamping. Is this the issue? We can't access viewport from a user API, so it would need to be fixed in the main code.The text was updated successfully, but these errors were encountered: