fix finding single note by label with mixed case

This commit is contained in:
zadam
2021-10-08 22:13:39 +02:00
parent a08690b123
commit 20696aa0ab
5 changed files with 17 additions and 5 deletions

View File

@@ -36,7 +36,6 @@ function getNoteStartingWith(parentNoteId, startsWith) {
/** @return {Note} */
function getRootCalendarNote() {
// some caching here could be useful (e.g. in CLS)
let rootNote = attributeService.getNoteWithLabel(CALENDAR_ROOT_LABEL);
if (!rootNote) {