Skip to content

Commit

Permalink
fix: prefix always considered when more than 1 module is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
abenz1267 committed Nov 3, 2024
1 parent 50f85b0 commit 6770e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/interactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ func processAsync(ctx context.Context, text string) {
continue
}

if !hasExplicit {
if len(p) > 1 {
if p[k].General().SwitcherOnly {
wg.Done()
continue
Expand Down

0 comments on commit 6770e70

Please sign in to comment.