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
+1 -1
View File
@@ -65,7 +65,7 @@ export function modeSelect(context, selectedIDs) {
behaviorSelect(context),
behaviorLasso(context),
modeDragNode(context).restoreSelectedIDs(selectedIDs).behavior,
modeDragNote(context).restoreSelectedNoteID(selectedIDs).behavior
modeDragNote(context).behavior
];
var inspector;
var editMenu;