From 484b957c7ac14b1a14254e8c4d7ecf185b06c7cd Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Sat, 28 Jan 2023 12:43:43 -0500 Subject: [PATCH] Quick fix for chrome issue. --- webshit/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webshit/index.html b/webshit/index.html index b06e20808..7672657d2 100644 --- a/webshit/index.html +++ b/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; } } }