From e87791c091088446f1c56ef573bcbe13bc8d9c20 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 Jan 2013 10:23:31 +0100 Subject: Dummy change. --- proto.js | 1 + 1 file changed, 1 insertion(+) diff --git a/proto.js b/proto.js index 87d2e7b..890d1ec 100644 --- a/proto.js +++ b/proto.js @@ -273,6 +273,7 @@ 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