Skip to content

Commit

Permalink
Handle Create Dashboard with middle click (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena authored Sep 22, 2019
1 parent fd435d2 commit 6173a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/app/components/app-header/app-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
<li role="menuitem">
<a
ng-show="$ctrl.currentUser.hasPermission('create_dashboard')"
ng-click="$ctrl.newDashboard()"
ng-mouseup="$ctrl.newDashboard()"
class="clickable"
>Dashboard</a
>
</li>
Expand Down

0 comments on commit 6173a2a

Please sign in to comment.