fix: Math block overrides heading backspace key behavior

This commit is contained in:
Tom Moor
2023-01-07 10:01:21 -05:00
parent e67ac1215a
commit d4da33424b

View File

@@ -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;