From 9044e464b0cf330dfcfb0b9196335a2e0eab066a Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:22:35 +0100 Subject: [PATCH] fix --- .../components/fixed-toolbar/groups/more-inserts-group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/editor/components/fixed-toolbar/groups/more-inserts-group.tsx b/apps/client/src/features/editor/components/fixed-toolbar/groups/more-inserts-group.tsx index 0b762be1c..484a32469 100644 --- a/apps/client/src/features/editor/components/fixed-toolbar/groups/more-inserts-group.tsx +++ b/apps/client/src/features/editor/components/fixed-toolbar/groups/more-inserts-group.tsx @@ -96,7 +96,7 @@ export const MoreInsertsGroup: FC = ({ editor, templateMode }) => { } onClick={() => - editor.chain().focus().insertTransclusionSource().run() + editor.chain().focus().toggleTransclusionSource().run() } > {t("Synced block")}