Try to avoid closing the share box too soon on multiple selections
This commit is contained in:
parent
7de591f5cc
commit
cc35cb74e1
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ $(document).ready(function() {
|
|||
|
||||
$('.share').click(function(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
var filenames = getSelectedFiles('name');
|
||||
var length = filenames.length;
|
||||
var files = '';
|
||||
|
|
Loading…
Reference in a new issue