feat(tree): disable animation for performance

This commit is contained in:
Elian Doran 2026-01-06 01:34:02 +02:00
parent dec4dafba6
commit aff4f7e010
No known key found for this signature in database

View File

@ -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: {