pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.38k stars 104 forks source link

Submenu in custom node not working #189

Open kenyonxu opened 4 months ago

kenyonxu commented 4 months ago

Hi, the submenu only works in lora loader and checkpoint loader but not the other nodes. And it shows "Win32 \" after I tried "console.log(navigator.platform || navigator.userAgent, (navigator.platform || navigator.userAgent).includes("Win") ? "\" : "/")" in the browser console.

I am using chrome in windows 11.