wogam / image-gallery-comfyui

5 stars 3 forks source link

Gallery button not appearing on old UI #15

Open tbcarver opened 1 week ago

tbcarver commented 1 week ago

I get the console message that couldn't find the clear workflow button. I did get it to load at the bottom of the normal list of buttons by doing a const lastButton = document.querySelector('div.comfy-menu > button:last-of-type'); This worked well. Also for some reason the View Gallery wasn't shows on the button just the image. the Inner text needs to be the svg and the image text, not just the title.

tbcarver commented 3 days ago

I fixed this and made a pull request. Please approve and merge. Thanks!