VervaekeLab / NANSEN

Hennestad et al. 2022
MIT License
22 stars 6 forks source link

Bug: When switching between metatables, the master table is always selected #28

Open ehennestad opened 2 months ago

ehennestad commented 2 months ago

When switching between meta-tables, the most logical would be to re-open the last meta-table of a given type that was open. At the moment, it always resets to the master table, even if another table is set as default.

Note: This is only relevant when there are metatables of different types, and also multiple metatables for one type.

Todo: Store which table is currently "active" for each type, and re-open that one when switching back to table of given type.