mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
scrolling inside tree fixed
This commit is contained in:
@@ -176,7 +176,7 @@ function addRecentNote(noteId, noteTitle) {
|
||||
// if it's already there, remove the note
|
||||
recentNotes = recentNotes.filter(note => note.noteId !== noteId);
|
||||
|
||||
// console.log("added after " + (new Date().getTime() - origDate.getTime()));
|
||||
console.log("added after " + (new Date().getTime() - origDate.getTime()));
|
||||
|
||||
recentNotes.unshift({
|
||||
noteId: noteId,
|
||||
|
||||
Reference in New Issue
Block a user