mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-15 05:57:57 +00:00
Quick fix for chrome issue.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user