mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 02:43:30 +00:00
Merge branch 'group-manage-fixes' of https://github.com/pythongosssss/ComfyUI
This commit is contained in:
commit
eeca72488b
@ -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) {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user