Skip to content

Commit

Permalink
dashboard textbox edit close fix
Browse files Browse the repository at this point in the history
addresses issue Madalin found that allows a click off the dialog box to
close it without resetting the textbox

getredash#54
  • Loading branch information
alison985 authored and Allen Short committed Dec 6, 2017
1 parent ef1f78c commit 1e9d87e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/components/dashboards/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ function DashboardWidgetCtrl($location, $uibModal, $window, Events, currentUser)
resolve: {
widget: this.widget,
},
backdrop: 'static',
keyboard: false,
});
};

Expand Down

0 comments on commit 1e9d87e

Please sign in to comment.