From ba391ba4bbc3a51b896af917a9b8c8c7a29b9391 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 Jan 2013 10:23:44 +0100 Subject: Dummy change. --- proto.js | 1 - 1 file changed, 1 deletion(-) diff --git a/proto.js b/proto.js index 890d1ec..87d2e7b 100644 --- a/proto.js +++ b/proto.js @@ -273,7 +273,6 @@ function deleteTask(id) { function drag(target, e) { e.dataTransfer.setData('Text', target.id); - e.stopPropagation(); // <--- this fixes the drag target problem } -- cgit v1.2.3