deselect selected notes on mode exit

This commit is contained in:
Thomas Hervey
2018-07-18 10:16:39 -04:00
parent b017616993
commit 87615c56c4

View File

@@ -123,6 +123,8 @@ export function modeSelectNote(context, selectedNoteID) {
context.ui().sidebar
.hide();
context.selectedNoteID(null);
};