Skip to content

Commit 2b0e0ea

Browse files
committed
fix: Auto-select first target option in Combine Groups
The target group listbox (size > 1) wasn't auto-selecting an option, causing targetGroupSelect.value to be empty and parseInt('') to return NaN, silently failing the combine operation. Also adds e2e tests for Combine Groups feature and ignores .claude/commands/
1 parent 837745e commit 2b0e0ea

File tree

3 files changed

+516
-8
lines changed

3 files changed

+516
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ dist/
4141
.serena/
4242
.worktrees/
4343
.claude/settings.local.json
44+
.claude/commands/

0 commit comments

Comments
 (0)