Skip to content

Commit 3781746

Browse files
Keep batch recolor picker open after selecting a color
Allows trying multiple colors without reopening the picker each time. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f4a36fd commit 3781746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BatchProcessorPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function batchRecolor(group: SegmentGroup, hexColor: string) {
177177
}
178178
group.color = hexColor;
179179
persist();
180-
colorPickerGroupId.value = null;
180+
// Keep color picker open so user can try different colors
181181
flash(`Recolored ${count} segments`);
182182
}
183183

0 commit comments

Comments
 (0)