mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(mind_map): import node-menu's style.css to allow webpack to bundle it
previously this was loaded from the node_modules folder and was exposed via a static asset path -> since we got rid of this with the last commit, we need to instead let webpack bundle it "importing" the css here
This commit is contained in:
		| @@ -5,6 +5,9 @@ import nodeMenu from "@mind-elixir/node-menu"; | |||||||
| import type FNote from "../../entities/fnote.js"; | import type FNote from "../../entities/fnote.js"; | ||||||
| import type { EventData } from "../../components/app_context.js"; | import type { EventData } from "../../components/app_context.js"; | ||||||
|  |  | ||||||
|  | // allow node-menu plugin css to be bundled by webpack | ||||||
|  | import "@mind-elixir/node-menu/dist/style.css"; | ||||||
|  |  | ||||||
| const NEW_TOPIC_NAME = ""; | const NEW_TOPIC_NAME = ""; | ||||||
|  |  | ||||||
| const TPL = ` | const TPL = ` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user