Skip to content

Commit 95a4ad4

Browse files
committed
disable D firing in pre-composer box
1 parent a1d8ab7 commit 95a4ad4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

internal/ui/model.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4412,12 +4412,6 @@ func (m Model) updateCompose(msg tea.KeyMsg) (tea.Model, tea.Cmd) {
44124412
return m, nil
44134413
case "ctrl+t":
44144414
return m.launchAttachPickerCmd()
4415-
case "D":
4416-
// Remove last attachment
4417-
if len(m.attachments) > 0 {
4418-
m.attachments = m.attachments[:len(m.attachments)-1]
4419-
}
4420-
return m, nil
44214415
case "ctrl+f":
44224416
froms := m.presendFroms()
44234417
if len(froms) <= 1 {

0 commit comments

Comments
 (0)