Simplify drag_note mode

This commit is contained in:
Bryan Housel
2018-07-24 17:17:24 -04:00
parent 5d9fc33e24
commit 69ebb97815
3 changed files with 23 additions and 132 deletions
-3
View File
@@ -446,9 +446,6 @@ export function modeDragNode(context) {
context.history()
.on('undone.drag-node', null);
context.map()
.on('drawn.drag-node', null);
_activeEntity = null;
context.surface()