fix(mind_map): styles no longer loading after major update

This commit is contained in:
Elian Doran 2025-07-06 10:08:45 +03:00
parent dc206f38d5
commit b749de8fe1
No known key found for this signature in database

View File

@ -1,11 +1,12 @@
import TypeWidget from "./type_widget.js"; import TypeWidget from "./type_widget.js";
import utils from "../../services/utils.js"; import utils from "../../services/utils.js";
import type { MindElixirCtor, MindElixirInstance } from "mind-elixir"; import type { MindElixirInstance } from "mind-elixir";
import nodeMenu from "@mind-elixir/node-menu"; 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 // allow node-menu plugin css to be bundled by webpack
import "mind-elixir/style";
import "@mind-elixir/node-menu/dist/style.css"; import "@mind-elixir/node-menu/dist/style.css";
const NEW_TOPIC_NAME = ""; const NEW_TOPIC_NAME = "";