DCMLab / reductive_analysis_app

Web app for reductive analyses of scores
https://dcmlab.github.io/reductive_analysis_app/
Other
15 stars 4 forks source link

Meta-/relations keybindings not working #213

Closed pettter closed 2 years ago

pettter commented 2 years ago

As I'm refactoring the testing I realise that the keybindings for adding relations no longer work - they got lost as init_types got nuked for the relations menu. What's needed is to populate the type_keys array with the proper members, or to refactor a few lines in ui.js to just look in type_conf directly (or same for meta_keys/meta_conf).

pettter commented 2 years ago

Fixed in #214