Skip to content

Commit

Permalink
Hide result choropleths on revisit
Browse files Browse the repository at this point in the history
Fixes #395
  • Loading branch information
nesnoj committed May 15, 2024
1 parent 881215a commit bc737fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
- keep detail panel open on slider value change
- change slider callback events to "onFinish" to reduce callbacks due to rapid
changing
- hide result choropleths on revisit

## [1.0.1] - 2023-11-01
### Added
Expand Down
1 change: 0 additions & 1 deletion digiplan/static/js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ PubSub.subscribe(eventTopics.MENU_SETTINGS_SELECTED, deactivateChoropleth);
PubSub.subscribe(eventTopics.MENU_SETTINGS_SELECTED, terminateSimulation);
PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, setMapChartViewVisibility);
PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, hidePotentialLayers);
PubSub.subscribe(eventTopics.MENU_RESULTS_SELECTED, reactivateChoropleth);
PubSub.subscribe(eventTopics.MAP_VIEW_SELECTED, setResultsView);
PubSub.subscribe(eventTopics.CHART_VIEW_SELECTED, setResultsView);

Expand Down

0 comments on commit bc737fc

Please sign in to comment.