chore: merge branch 'master' into beta-update

This commit is contained in:
Christian Rocha
2024-07-17 19:42:03 -04:00
4 changed files with 142 additions and 53 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ func (m *Model) renderRow(r int) string {
if m.styleFunc != nil {
cellStyle = m.styleFunc(r, i, value)
if r == m.cursor {
cellStyle.Inherit(m.styles.Selected)
cellStyle = cellStyle.Inherit(m.styles.Selected)
}
} else {
cellStyle = m.styles.Cell