From 31dcabc8f8dfcbd2e86198cd77435fc4f4a6832a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 29 Jan 2017 17:01:36 -0500 Subject: [PATCH] Actually move the dragged point while nudging --- modules/modes/drag_node.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/modes/drag_node.js b/modules/modes/drag_node.js index 01a290500..0c3078051 100644 --- a/modules/modes/drag_node.js +++ b/modules/modes/drag_node.js @@ -167,6 +167,8 @@ console.log('event.point = ' + (d3.event && d3.event.point) + actionMoveNode(entity.id, loc), moveAnnotation(entity) ); + + lastLoc = loc; }