ulyngs / mindshield-open-source

https://apps.apple.com/gb/app/mindshield/id1660218371
6 stars 2 forks source link

fixed saving for data-state attribute selection boxes in popup #33

Closed SuneGraversen closed 2 months ago

SuneGraversen commented 3 months ago

Solves #32 by adding a check if the data-state attribute is set, and saves that rather than .checked if it is set.

This solution assumes either .checked or data-state is used. Both would break it.

EDIT: This fix is tested locally and works on my end