mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
fix(textarea): doc comment typo
Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
This commit is contained in:
co-authored by
Ayman Bagabas
parent
0b3c0a2653
commit
58b94b31e8
@@ -422,7 +422,7 @@ func (m *Model) SetStyles(s Styles) {
|
||||
m.virtualCursor.Style = s.Focused.Cursor.Style
|
||||
m.virtualCursor.BlinkedStyle = s.Focused.Cursor.BlinkedStyle
|
||||
|
||||
// By default, the blink speed of the cursor is set to a deafault
|
||||
// By default, the blink speed of the cursor is set to a default
|
||||
// internally.
|
||||
if s.Focused.Cursor.BlinkSpeed > 0 {
|
||||
m.virtualCursor.BlinkSpeed = m.activeStyle.Cursor.BlinkSpeed
|
||||
|
||||
Reference in New Issue
Block a user