mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix finding single note by label with mixed case
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user