UI issue on collapsible menus on dashboard
On the dashboard collapsible menus you have to click either the text or on the little arrow. This is kinda annoying given how big the UI component is. It would be better if the bar could be collapsed and expanding by clicking anywhere on the bar.
I believe the Div is missing the ng-click="toggleOpen()". It already has this for keypress so maybe just an oversight.
I believe the Div is missing the ng-click="toggleOpen()". It already has this for keypress so maybe just an oversight.
Comments