mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 18:36:26 +08:00
fix
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ export const MoreInsertsGroup: FC<Props> = ({ editor, templateMode }) => {
|
|||||||
<Menu.Item
|
<Menu.Item
|
||||||
leftSection={<IconRotate2 size={16} />}
|
leftSection={<IconRotate2 size={16} />}
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
editor.chain().focus().insertTransclusionSource().run()
|
editor.chain().focus().toggleTransclusionSource().run()
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{t("Synced block")}
|
{t("Synced block")}
|
||||||
|
|||||||
Reference in New Issue
Block a user