mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Resetting a text input also resets the cursor blink state
This commit is contained in:
@@ -116,6 +116,7 @@ func (m *Model) Reset() {
|
||||
m.value = ""
|
||||
m.offset = 0
|
||||
m.pos = 0
|
||||
m.blink = false
|
||||
}
|
||||
|
||||
// If a max width is defined, perform some logic to treat the visible area
|
||||
|
||||
Reference in New Issue
Block a user