mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-15 05:57:20 +00:00
Quick fix for chrome issue.
This commit is contained in:
parent
2706c0b7a5
commit
484b957c7a
@ -218,7 +218,7 @@ function onObjectInfo(json) {
|
|||||||
for (let w in n.widgets) {
|
for (let w in n.widgets) {
|
||||||
let wid = n.widgets[w];
|
let wid = n.widgets[w];
|
||||||
if (Object.hasOwn(wid, 'input_div')) {
|
if (Object.hasOwn(wid, 'input_div')) {
|
||||||
wid.input_div.hidden = true;
|
wid.input_div.style.left = -8000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user