diff --git a/src/domain_abstract/ui/InputColor.js b/src/domain_abstract/ui/InputColor.js index ed91f34df..d60c09eab 100644 --- a/src/domain_abstract/ui/InputColor.js +++ b/src/domain_abstract/ui/InputColor.js @@ -87,6 +87,7 @@ export default Input.extend({ // config expanded here so that the functions below are not overridden ...colorPickerConfig, + ...(model.get('colorPicker') || {}), move(color) { const cl = getColor(color);