We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99f97a commit 994750aCopy full SHA for 994750a
frontend/src/components/Controls/ColorPicker.vue
@@ -132,10 +132,12 @@ const props = withDefaults(
132
defineProps<{
133
modelValue?: HashString | RGBString | null;
134
showInput?: boolean;
135
+ placement?: string;
136
}>(),
137
{
138
modelValue: null,
139
showInput: false,
140
+ placement: "left",
141
},
142
);
143
0 commit comments