mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-27 06:01:54 +03:00
Update JS to show live changes and set light color values
This commit is contained in:
@ -15,6 +15,6 @@ export class SettingColorPicker extends Component {
|
||||
|
||||
setValue(value) {
|
||||
this.colorInput.value = value;
|
||||
this.colorInput.dispatchEvent(new Event('change'));
|
||||
this.colorInput.dispatchEvent(new Event('change', {bubbles: true}));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user