Quick fix for chrome issue.

This commit is contained in:
comfyanonymous 2023-01-28 12:43:43 -05:00
parent 2706c0b7a5
commit 484b957c7a

View File

@ -218,7 +218,7 @@ function onObjectInfo(json) {
for (let w in n.widgets) {
let wid = n.widgets[w];
if (Object.hasOwn(wid, 'input_div')) {
wid.input_div.hidden = true;
wid.input_div.style.left = -8000;
}
}
}