Skip to content

Commit 994750a

Browse files
fix: Merge conflict
1 parent f99f97a commit 994750a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/Controls/ColorPicker.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ const props = withDefaults(
132132
defineProps<{
133133
modelValue?: HashString | RGBString | null;
134134
showInput?: boolean;
135+
placement?: string;
135136
}>(),
136137
{
137138
modelValue: null,
138139
showInput: false,
140+
placement: "left",
139141
},
140142
);
141143

0 commit comments

Comments
 (0)