From 315fcecf578e17077160881d67023266eb28c86d Mon Sep 17 00:00:00 2001 From: Jakob Schlanstedt Date: Fri, 21 Nov 2025 11:34:23 +0100 Subject: [PATCH] fix(include_note): fix wrongly merged code --- apps/client/src/widgets/dialogs/include_note.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/dialogs/include_note.tsx b/apps/client/src/widgets/dialogs/include_note.tsx index 882c82125..c01d0c856 100644 --- a/apps/client/src/widgets/dialogs/include_note.tsx +++ b/apps/client/src/widgets/dialogs/include_note.tsx @@ -70,7 +70,7 @@ export default function IncludeNoteDialog() { ) } -async function includeNote(notePath: string, textTypeWidget: EditableTextTypeWidget, boxSize: BoxSize) { +async function includeNote(notePath: string, editorApi: CKEditorApi, boxSize: BoxSize) { const noteId = tree.getNoteIdFromLink(notePath); if (!noteId) { return;