Actually move the dragged point while nudging

This commit is contained in:
Bryan Housel
2017-01-29 17:01:36 -05:00
parent 6c062fb312
commit 31dcabc8f8

View File

@@ -167,6 +167,8 @@ console.log('event.point = ' + (d3.event && d3.event.point) +
actionMoveNode(entity.id, loc),
moveAnnotation(entity)
);
lastLoc = loc;
}