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 committed Jul 14, 2017
1 parent 8833d04 commit 2434d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/pages/dashboards/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ function DashboardWidgetCtrl($location, $uibModal, $window, Events, currentUser)
resolve: {
widget: this.widget,
},
backdrop: 'static',
keyboard: false,
});
};

Expand Down

0 comments on commit 2434d5f

Please sign in to comment.