mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
Fix typo in 'placeholder'
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user