Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
1030ab0d
Commit
1030ab0d
authored
Apr 05, 2023
by
pythongosssss
Browse files
Reload setting value
parent
db16932b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
web/scripts/ui.js
web/scripts/ui.js
+2
-1
No files found.
web/scripts/ui.js
View file @
1030ab0d
...
...
@@ -225,6 +225,7 @@ class ComfySettingsDialog extends ComfyDialog {
};
let
element
;
value
=
this
.
getSettingValue
(
id
,
defaultValue
);
if
(
typeof
type
===
"
function
"
)
{
element
=
type
(
name
,
setter
,
value
,
attrs
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment