Skip to content

Commit

Permalink
[ColumnSelector] update click state when closing overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeimberg committed Feb 28, 2018
1 parent 7e84eed commit 4145840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/public/cubecommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ if (typeof(cubetools) === 'undefined') {
var id = $(this).closest('form').find('input[name=id]').val();
var btn = cs.getButtonForId(id);
btn.popover('hide');
btn.data('bs.popover').inState.click = false; // twbs/bootstrap#16732

return false;
};
Expand Down

0 comments on commit 4145840

Please sign in to comment.