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
d7638c47
"test/srt/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "b121bc03a3c30888caeffd49e96d5ffef473edbf"
Commit
d7638c47
authored
Aug 04, 2023
by
comfyanonymous
Browse files
Fix ui inconsistency.
parent
fa962e86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/scripts/ui.js
web/scripts/ui.js
+1
-1
No files found.
web/scripts/ui.js
View file @
d7638c47
...
...
@@ -480,7 +480,7 @@ class ComfyList {
hide
()
{
this
.
element
.
style
.
display
=
"
none
"
;
this
.
button
.
textContent
=
"
See
"
+
this
.
#
text
;
this
.
button
.
textContent
=
"
View
"
+
this
.
#
text
;
}
toggle
()
{
...
...
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