HABmin
HABmin copied to clipboard
Update does not work while showing table
This works as expected:
- select an item in the persistence display
- click on "update"
- graph gets drawn
- select a different item
- click on "update"
- new graph gets drawn
This does not work as expected:
- select an item in the persistence display
- click on "update"
- graph gets drawn
- switch to table
- table gets shown
- select a different item
- click on "update"
- still the "old" table
- switch to chart
- new graph gets drawn
- switch to table
- new table is shown (now working!)