Skip to content

Commit ec4f6f0

Browse files
committed
Update ColorPaletteComparison.tsx
1 parent ead429b commit ec4f6f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/public/color-palette-study/assets/ColorPaletteComparison.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type ColorPaletteComparisonProps = StimulusParams<{
1313
selectedIndex: number; // 0/1/2
1414
replacementHex: string; // the chosen alternative hex for that selectedIndex
1515
trialKey: string; // unique key (used for deterministic left/right)
16+
flipLR?: boolean; // optional explicit left/right flip override
1617
weights?: {
1718
ciede2000: number;
1819
pairPreference: number;

0 commit comments

Comments
 (0)