diff --git a/shared/editor/packages/full.ts b/shared/editor/packages/full.ts index 66ccc29bf..58e6e86ad 100644 --- a/shared/editor/packages/full.ts +++ b/shared/editor/packages/full.ts @@ -38,8 +38,6 @@ const fullPackage: (typeof Node | typeof Mark | typeof Extension)[] = [ OrderedList, Embed, ListItem, - Math, - MathBlock, Attachment, Notice, Heading, @@ -53,6 +51,8 @@ const fullPackage: (typeof Node | typeof Mark | typeof Extension)[] = [ Folding, Keys, BlockMenuTrigger, + Math, + MathBlock, ]; export default fullPackage;