chore(deps): update

This commit is contained in:
Carlos Alexandro Becker
2025-01-14 15:34:37 -03:00
parent 3487634e4d
commit fbe642df17
5 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -706,7 +706,7 @@ func (m Model) placeholderView() string {
style = m.PlaceholderStyle.Inline(true).Render
)
p := make([]rune, m.Width+1)
p := make([]rune, m.Width()+1)
copy(p, []rune(m.Placeholder))
m.Cursor.TextStyle = m.PlaceholderStyle