This commit is contained in:
catto 2024-04-16 14:03:25 +02:00
parent 91f76c5f63
commit e0fd2317ef
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ async function searchNote(input: string) {
tag: jsonObj.tag tag: jsonObj.tag
})); }));
fillNoteSidebar(noteArray); fillNoteSidebar(noteArray, reversed);
} }
} }