Don't highlight selected folder on drag-n-drop
This commit is contained in:
parent
5f306222f2
commit
af91c596bd
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ function kolab_files_ui()
|
|||
row.addClass('virtual');
|
||||
else
|
||||
row.mouseenter(function() {
|
||||
if (rcmail.file_list && rcmail.file_list.drag_active)
|
||||
if (rcmail.file_list && rcmail.file_list.drag_active && !$(this).hasClass('selected'))
|
||||
$(this).addClass('droptarget');
|
||||
})
|
||||
.mouseleave(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue