scrolling inside tree fixed

This commit is contained in:
azivner
2017-08-23 23:36:16 -04:00
parent 9d260e9f5c
commit c23928d070
5 changed files with 11 additions and 5 deletions

View File

@@ -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,