jpdevries / eureka

HTML-first crack at a Flexible Media Browser progressively enhanced with React
https://eureka.markup.tips/
Other
18 stars 5 forks source link

Keyboard Shortcut to Deselect All Selected Items? #112

Closed jpdevries closed 7 years ago

jpdevries commented 7 years ago

Took a swing at this but it is actually really tricky. Or I'm making it out to be trickier than it should be. Basically I don't want every <MediaRow> to re-render whenever one is checked so they manage their checked state internally, and that is what is making it tricky.