From 91d1154ee043246fca5d9e492c7e67e442d76013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Wed, 29 Aug 2018 11:59:20 +0200 Subject: [PATCH] Fixed highlightdelay on first drag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- apps/files/js/navigation.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/files/js/navigation.js b/apps/files/js/navigation.js index 1fed29471f8..8f2d84d2077 100644 --- a/apps/files/js/navigation.js +++ b/apps/files/js/navigation.js @@ -66,7 +66,9 @@ this.$el.on('click', 'li button', _.bind(this._onClickMenuButton, this)); var favListElement=$(".nav-trashbin"); - console.log(favListElement); + + //this div is required to prefetch the icon, otherwise it takes a second to show up + favListElement.append("") favListElement.droppable({ over: function( event, ui ) { favListElement.addClass('dropzone-background')