mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-10 10:47:04 +08:00
Reload setting value
This commit is contained in:
parent
db16932be5
commit
1030ab0d8f
@ -225,6 +225,7 @@ class ComfySettingsDialog extends ComfyDialog {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let element;
|
let element;
|
||||||
|
value = this.getSettingValue(id, defaultValue);
|
||||||
|
|
||||||
if (typeof type === "function") {
|
if (typeof type === "function") {
|
||||||
element = type(name, setter, value, attrs);
|
element = type(name, setter, value, attrs);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user