fixed select_note mode, cleaned note_editor, TODO: enable note save

This commit is contained in:
Thomas Hervey
2018-07-03 22:45:51 -04:00
parent bf499d9438
commit 73ee5c2fc9
6 changed files with 31 additions and 49 deletions
+1
View File
@@ -163,6 +163,7 @@ export function behaviorSelect(context) {
.enter(modeSelectNote(context, datum.id));
} else { // clicked nothing..
context.selectedNoteID(null);
if (!isMultiselect && mode.id !== 'browse') {
context.enter(modeBrowse(context));