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
eeca7248
Commit
eeca7248
authored
Jan 31, 2024
by
comfyanonymous
Browse files
Merge branch 'group-manage-fixes' of
https://github.com/pythongosssss/ComfyUI
parents
4ce587bc
af6165ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
web/extensions/core/groupNode.js
web/extensions/core/groupNode.js
+3
-0
web/extensions/core/groupNodeManage.css
web/extensions/core/groupNodeManage.css
+1
-1
No files found.
web/extensions/core/groupNode.js
View file @
eeca7248
...
@@ -910,6 +910,9 @@ export class GroupNodeHandler {
...
@@ -910,6 +910,9 @@ export class GroupNodeHandler {
const
self
=
this
;
const
self
=
this
;
const
onNodeCreated
=
this
.
node
.
onNodeCreated
;
const
onNodeCreated
=
this
.
node
.
onNodeCreated
;
this
.
node
.
onNodeCreated
=
function
()
{
this
.
node
.
onNodeCreated
=
function
()
{
if
(
!
this
.
widgets
)
{
return
;
}
const
config
=
self
.
groupData
.
nodeData
.
config
;
const
config
=
self
.
groupData
.
nodeData
.
config
;
if
(
config
)
{
if
(
config
)
{
for
(
const
n
in
config
)
{
for
(
const
n
in
config
)
{
...
...
web/extensions/core/groupNodeManage.css
View file @
eeca7248
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
list-style
:
none
;
list-style
:
none
;
}
}
.comfy-group-manage-list-items
{
.comfy-group-manage-list-items
{
max-height
:
70vh
;
max-height
:
calc
(
100%
-
40px
)
;
overflow-y
:
scroll
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
}
}
...
...
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