mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-24 14:44:38 +03:00
Fix typo in 'placeholder'
This commit is contained in:
parent
ec0559f2d5
commit
64c8cd27ae
@ -193,7 +193,7 @@ func placeholderView(m Model) string {
|
|||||||
v += cursorView(p[:1], m)
|
v += cursorView(p[:1], m)
|
||||||
}
|
}
|
||||||
|
|
||||||
// The rest of the palceholder text
|
// The rest of the placeholder text
|
||||||
v += m.colorPlaceholder(p[1:])
|
v += m.colorPlaceholder(p[1:])
|
||||||
|
|
||||||
return m.Prompt + v
|
return m.Prompt + v
|
||||||
|
Loading…
Reference in New Issue
Block a user