From f6f1a4835859a1279bdfebff04af2b2cbefe0e6e Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Fri, 15 May 2020 23:17:40 +0200 Subject: [PATCH] Add colorPicker option to color type trait --- src/domain_abstract/ui/InputColor.js | 1 + 1 file changed, 1 insertion(+) 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);