Skip to content

Commit

Permalink
dashboard textbox edit close fix (re getredash#111)
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
  • Loading branch information
alison985 authored and Allen Short committed Jan 8, 2018
1 parent 0486318 commit 931db4b
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 931db4b

Please sign in to comment.