wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
16.81k stars 1.47k forks source link

Preventing clicking on hidden example buttons on AI prompt pages. #126

Closed ShinSeongJin2 closed 1 month ago

ShinSeongJin2 commented 1 month ago

I found a bug in the AI prompt page. I can still click the prompt example buttons even if that is hidden and set by opacity zero. So, I fixed that by adding the 'pointer-events-none' class.