mirror of
https://github.com/zadam/trilium.git
synced 2026-07-06 16:09:43 +02:00
feat(tree): disable animation for performance
This commit is contained in:
@@ -353,6 +353,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
this.$tree.fancytree({
|
||||
titlesTabbable: true,
|
||||
keyboard: true,
|
||||
toggleEffect: false,
|
||||
extensions: ["dnd5", "clones", "filter"],
|
||||
source: treeData,
|
||||
scrollOfs: {
|
||||
|
||||
Reference in New Issue
Block a user