mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 03:46:37 +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 { 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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user