mirror of
https://github.com/zadam/trilium.git
synced 2026-05-09 00:46:17 +02:00
feat(tree): respect motion settings instead of always disabling animation
This commit is contained in:
@@ -353,7 +353,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
this.$tree.fancytree({
|
||||
titlesTabbable: true,
|
||||
keyboard: true,
|
||||
toggleEffect: false,
|
||||
toggleEffect: options.is("motionEnabled") ? undefined : false,
|
||||
extensions: ["dnd5", "clones", "filter"],
|
||||
source: treeData,
|
||||
scrollOfs: {
|
||||
|
||||
Reference in New Issue
Block a user