mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-15 17:33:22 +00:00
docs(cursor): fix typo in comment
This commit is contained in:
+3
-1
@@ -52,10 +52,12 @@ func (c Mode) String() string {
|
||||
// Model is the Bubble Tea model for this cursor element.
|
||||
type Model struct {
|
||||
BlinkSpeed time.Duration
|
||||
|
||||
// Style for styling the cursor block.
|
||||
Style lipgloss.Style
|
||||
|
||||
// TextStyle is the style used for the cursor when it is hidden (when blinking).
|
||||
// I.e. displaying normal text.
|
||||
// i.e. displaying normal text.
|
||||
TextStyle lipgloss.Style
|
||||
|
||||
// char is the character under the cursor
|
||||
|
||||
Reference in New Issue
Block a user