Skip to content

Commit

Permalink
Merge pull request #63 from EmchBerger/fixColumSelectionPopoverClosing
Browse files Browse the repository at this point in the history
[ColumnSelector] update click state when closing overflow
  • Loading branch information
SimonHeimberg authored Feb 28, 2018
2 parents 7e84eed + 4145840 commit d371ee9
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 d371ee9

Please sign in to comment.