diff --git a/apps/client/src/features/editor/components/slash-menu/menu-items.ts b/apps/client/src/features/editor/components/slash-menu/menu-items.ts index 17a8027e..bebefed4 100644 --- a/apps/client/src/features/editor/components/slash-menu/menu-items.ts +++ b/apps/client/src/features/editor/components/slash-menu/menu-items.ts @@ -239,7 +239,7 @@ const CommandGroups: SlashMenuGroupedItemsType = { for (const file of input.files) { const pos = editor.view.state.selection.from; - uploadAttachmentAction(file, editor, pos, pageId); + uploadAttachmentAction(file, editor, pos, pageId, true); } }