diff --git a/src/public/app/widgets/type_widgets/read_only_text.ts b/src/public/app/widgets/type_widgets/read_only_text.ts index 8d788d6bd..2ac4d671b 100644 --- a/src/public/app/widgets/type_widgets/read_only_text.ts +++ b/src/public/app/widgets/type_widgets/read_only_text.ts @@ -3,11 +3,12 @@ import libraryLoader from "../../services/library_loader.js"; import { applySyntaxHighlight } from "../../services/syntax_highlight.js"; import { getMermaidConfig } from "../mermaid.js"; import type FNote from "../../entities/fnote.js"; -import type { EventData } from "../../components/app_context.js"; +import type { CommandListenerData, EventData } from "../../components/app_context.js"; import { getLocaleById } from "../../services/i18n.js"; +import appContext from "../../components/app_context.js"; const TPL = ` -