Browse Source

Quick fix for chrome issue.

pull/3/head
comfyanonymous 2 years ago
parent
commit
484b957c7a
  1. 2
      webshit/index.html

2
webshit/index.html

@ -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;
}
}
}

Loading…
Cancel
Save