Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed highlightdelay on first drag
Signed-off-by: Felix Nüsse <[email protected]>
  • Loading branch information
newhinton authored and skjnldsv committed Oct 2, 2018
commit d96a4d2c55cefa13a4f93458b55fff19b16750c4
1 change: 1 addition & 0 deletions apps/files/js/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
}

var favListElement=$(quickAccessMenu).parent();
favListElement.append("<div class='nav-icon-favorites-starred'></div>")
favListElement.droppable({
over: function( event, ui ) {
favListElement.addClass('dropzone-background')
Expand Down