From a396ffa7ba36e78f55cc1b290c8dc2f95b71c1fb Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 Mar 2016 16:24:52 -0800 Subject: [PATCH] Fix drag class getting stuck (fix #75) This is fixed in this commit to drag-drop: https://github.com/feross/drag-drop/commit/d65c46de966ceb36e5fedc0a8e539de8be6c0dfe --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 972e61df..bd663595 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "chromecasts": "^1.8.0", "create-torrent": "^3.22.1", "debug": "^2.2.0", - "drag-drop": "^2.3.1", + "drag-drop": "^2.11.0", "electron-localshortcut": "^0.6.0", "hyperx": "^2.0.2", "main-loop": "^3.2.0",