ignore: fix typos and formatting (#294)

This commit is contained in:
Márk Magyar
2025-06-22 20:26:46 +02:00
committed by GitHub
parent 81f31481e0
commit a90cb9f298
11 changed files with 31 additions and 35 deletions
@@ -116,7 +116,7 @@ func (c *completionDialogComponent) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
switch msg := msg.(type) {
case []CompletionItemI:
c.list.SetItems(msg)
case app.CompletionDialogTriggerdMsg:
case app.CompletionDialogTriggeredMsg:
c.pseudoSearchTextArea.SetValue(msg.InitialValue)
case tea.KeyMsg:
if c.pseudoSearchTextArea.Focused() {