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 09b89fdb23
commit 333569bed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 31 additions and 35 deletions

View file

@ -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() {