We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 406d651 + f913c3d commit 9211aeaCopy full SHA for 9211aea
main.go
@@ -987,7 +987,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
987
988
// Add check for 'c' key press to copy verification code
989
case "c":
990
- if m.state == stateSelectAccount && m.verificationCode != "" {
+ if m.state == stateSelectAccount && m.verificationCode != "" && m.accountList.FilterState() != list.Filtering {
991
return m, tea.SetClipboard(m.verificationCode)
992
}
993
0 commit comments