Merge pull request #609 from tugcekucukoglu/colorpicker/hue
ColorPicker overlay input does not reflect to hue section changespull/682/head
commit
dad33562f1
|
@ -140,6 +140,7 @@ export default {
|
||||||
this.updateColorSelector();
|
this.updateColorSelector();
|
||||||
this.updateHue();
|
this.updateHue();
|
||||||
this.updateModel();
|
this.updateModel();
|
||||||
|
this.updateInput();
|
||||||
},
|
},
|
||||||
updateModel() {
|
updateModel() {
|
||||||
switch(this.format) {
|
switch(this.format) {
|
||||||
|
|
Loading…
Reference in New Issue