Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #325 from nextcloud/popovermenu-selector-fix
Browse files Browse the repository at this point in the history
Fixed too wide selector for the popovermenu
  • Loading branch information
oparoz authored Nov 10, 2017
2 parents c41dff2 + 451c033 commit dbfef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/vendor/nextcloud/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ $(document).ready(function () {
}
});

$(document).on('click', '.icon-more', function(event) {
$(document).on('click', '#dropdown .icon-more', function(event) {
event.preventDefault();
event.stopPropagation();

Expand Down

0 comments on commit dbfef58

Please sign in to comment.