Commit 484b957c authored by comfyanonymous's avatar comfyanonymous
Browse files

Quick fix for chrome issue.

parent 2706c0b7
...@@ -218,7 +218,7 @@ function onObjectInfo(json) { ...@@ -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;
} }
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment