faster opening of the date notes (no animation)

This commit is contained in:
zadam
2019-04-14 18:16:15 +02:00
parent 71916b5e28
commit 1bd769827d
4 changed files with 6 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ async function activateNote(notePath, noteLoadedListener) {
glob.activeDialog.modal('hide');
}
const node = await expandToNote(notePath);
const node = await expandToNote(notePath, {noAnimation: true});
if (noteLoadedListener) {
noteDetailService.addDetailLoadedListener(node.data.noteId, noteLoadedListener);