We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9cfe7 commit 3249ddaCopy full SHA for 3249dda
1 file changed
src/components/properties/ColorProperty/script.js
@@ -41,6 +41,9 @@ export default {
41
};
42
},
43
watch: {
44
+ prop(prop) {
45
+ this.color = colorFloatsToHex(prop.data.value || prop.ui.default);
46
+ },
47
color(val) {
48
this.onChange(colorHexToFloats(val));
49
0 commit comments