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
In function "WrapCells", utils.go, you had a declaration of "i". I‘m sure that you want to use it to save the count of line wrap to solve this issue, but you never used it. My suggestion is to have this function return "wrappedCells" as well as "i", so that you can handle "i" properly in function "Draw", in list.go.
The text was updated successfully, but these errors were encountered:
In function "WrapCells", utils.go, you had a declaration of "i". I‘m sure that you want to use it to save the count of line wrap to solve this issue, but you never used it. My suggestion is to have this function return "wrappedCells" as well as "i", so that you can handle "i" properly in function "Draw", in list.go.
The text was updated successfully, but these errors were encountered: