mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
test: fix tui commit message test
This commit is contained in:
@@ -85,7 +85,7 @@ func (m model_cm) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||||||
switch msg := msg.(type) {
|
switch msg := msg.(type) {
|
||||||
case tea.KeyMsg:
|
case tea.KeyMsg:
|
||||||
switch {
|
switch {
|
||||||
case key.Matches(msg, m.keys.EndWithMes) && msg.Alt == true:
|
case key.Matches(msg, m.keys.EndWithMes):
|
||||||
return m, tea.Quit
|
return m, tea.Quit
|
||||||
case key.Matches(msg, m.keys.NewLine):
|
case key.Matches(msg, m.keys.NewLine):
|
||||||
m.textarea.SetValue(m.textarea.Value() + "\n")
|
m.textarea.SetValue(m.textarea.Value() + "\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user