mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 16:14:17 +02:00
Minor comment improvement
This commit is contained in:
parent
464c84bb13
commit
7722b6e6bc
1 changed files with 2 additions and 2 deletions
|
|
@ -698,7 +698,7 @@ func stashUpdate(msg tea.Msg, m stashModel) (stashModel, tea.Cmd) {
|
|||
}
|
||||
}
|
||||
|
||||
// Update the text input component
|
||||
// Update the search text input component
|
||||
newSearchInputModel, cmd := textinput.Update(msg, m.searchInput)
|
||||
m.searchInput = newSearchInputModel
|
||||
cmds = append(cmds, cmd)
|
||||
|
|
@ -731,7 +731,7 @@ func stashUpdate(msg tea.Msg, m stashModel) (stashModel, tea.Cmd) {
|
|||
}
|
||||
}
|
||||
|
||||
// Update the text input component used to set notes
|
||||
// Update the note text input component
|
||||
newNoteInputModel, cmd := textinput.Update(msg, m.noteInput)
|
||||
m.noteInput = newNoteInputModel
|
||||
cmds = append(cmds, cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue