mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-16 14:42:31 +08:00
fix(client): missing fancytree dependencies
This commit is contained in:
parent
67d0d0f5ca
commit
901ab54e64
@ -28,6 +28,9 @@ import type { SetNoteOpts } from "../components/note_context.js";
|
|||||||
import type { TouchBarItem } from "../components/touch_bar.js";
|
import type { TouchBarItem } from "../components/touch_bar.js";
|
||||||
import type { TreeCommandNames } from "../menus/tree_context_menu.js";
|
import type { TreeCommandNames } from "../menus/tree_context_menu.js";
|
||||||
import "jquery.fancytree";
|
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*/`
|
const TPL = /*html*/`
|
||||||
<div class="tree-wrapper">
|
<div class="tree-wrapper">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user