fix: color picker setting mirror
This commit is contained in:
parent
1aab2f1b97
commit
c08a26ae8d
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ ${option.input_element_type === "textarea" ? `${option.value}</textarea>` : ""}
|
|||
window.update_field_with_color = (key, value) => {
|
||||
console.log("sync_color_text", key);
|
||||
document.getElementById(key).value = value;
|
||||
set_setting_field(key, value);
|
||||
window.SETTING_SET_FUNCTIONS[0](key, value);
|
||||
preview_color(key, value);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue