mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 01:36:24 +01:00 
			
		
		
		
	fix(client): missing fancytree dependencies
This commit is contained in:
		| @@ -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"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user