fix(client): missing fancytree dependencies

This commit is contained in:
Elian Doran 2025-05-17 23:07:01 +03:00
parent 67d0d0f5ca
commit 901ab54e64
No known key found for this signature in database

View File

@ -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*/`
<div class="tree-wrapper">