mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
show drag shadow in firefox by using helper:'clone'
This commit is contained in:
parent
d251f04b98
commit
9a441d3e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ function updateBreadcrumb(breadcrumbHtml) {
|
|||
|
||||
//options for file drag/dropp
|
||||
var dragOptions={
|
||||
distance: 20, revert: 'invalid', opacity: 0.7,
|
||||
distance: 20, revert: 'invalid', opacity: 0.7, helper: 'clone',
|
||||
stop: function(event, ui) {
|
||||
$('#fileList tr td.filename').addClass('ui-draggable');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue