Resolve "Clicking on playlist name from PlaylistModal does nothing if current page is that playlist's page"
requested to merge 807-clicking-on-playlist-name-from-playlistmodal-does-nothing-if-current-page-is-that-playlist-s-page into develop
After playing about with Route Guards for a while it seems like this happens because technically the route isn't updating at all if you click on the currently selected playlist. Adding an on-click event to close the modal regardless of its destination addresses this as the modal should always close when navigating.
Closes #807 (closed)
Edited by Ciarán Ainsworth