cmgriffing / giffium

Create and share beautiful gifs of your source code diffs.
https://giffium.com
MIT License
9 stars 7 forks source link

Bug: The Shadow checkbox is not clickable when it is unchecked #41

Closed cmgriffing closed 4 days ago

cmgriffing commented 4 days ago

The label is still clickable, but not the box itself.

disdain13 commented 4 days ago

Looking into it

disdain13 commented 4 days ago

Determined the issue could be resolved by commenting out line 420 on the Editor.tsx file. Change was made and committed, tested on local development workstation.

disdain13 commented 4 days ago

Tested it with tab and arrow controls using space bar to activate checkbox. Test passed on local development environment.

cmgriffing commented 4 days ago

Thanks!