mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
re-enable animation for expanding since it seems to fix fancytree rendering glitches
This commit is contained in:
@@ -151,7 +151,7 @@ async function activateNote(notePath, noteLoadedListener) {
|
||||
glob.activeDialog.modal('hide');
|
||||
}
|
||||
|
||||
const node = await expandToNote(notePath, {noAnimation: true});
|
||||
const node = await expandToNote(notePath);
|
||||
|
||||
if (noteLoadedListener) {
|
||||
noteDetailService.addDetailLoadedListener(node.data.noteId, noteLoadedListener);
|
||||
|
||||
Reference in New Issue
Block a user