mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
Stop autocomplete selection event propogration so share dropdown doesn't disappear, fixes bug oc-1773
This commit is contained in:
parent
5855355faa
commit
2bdf89f4d4
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ OC.Share={
|
|||
event.preventDefault();
|
||||
},
|
||||
select: function(event, selected) {
|
||||
event.stopPropagation();
|
||||
var itemType = $('#dropdown').data('item-type');
|
||||
var itemSource = $('#dropdown').data('item-source');
|
||||
var shareType = selected.item.value.shareType;
|
||||
|
|
|
|||
Loading…
Reference in a new issue