From 901ab54e642f38ae5433efcc4ced07c526397bb9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 17 May 2025 23:07:01 +0300 Subject: [PATCH] fix(client): missing fancytree dependencies --- apps/client/src/widgets/note_tree.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/client/src/widgets/note_tree.ts b/apps/client/src/widgets/note_tree.ts index f16abf33a..1cf10e5a2 100644 --- a/apps/client/src/widgets/note_tree.ts +++ b/apps/client/src/widgets/note_tree.ts @@ -28,6 +28,9 @@ import type { SetNoteOpts } from "../components/note_context.js"; import type { TouchBarItem } from "../components/touch_bar.js"; import type { TreeCommandNames } from "../menus/tree_context_menu.js"; import "jquery.fancytree"; +import "jquery.fancytree/dist/modules/jquery.fancytree.dnd5.js"; +import "jquery.fancytree/dist/modules/jquery.fancytree.clones.js"; +import "jquery.fancytree/dist/modules/jquery.fancytree.filter.js"; const TPL = /*html*/`