fix: Blockquote missing from editor extensions after refactor

This commit is contained in:
Tom Moor
2022-03-31 18:12:36 -07:00
parent a1f69b97b0
commit 7a1870f81f

View File

@@ -3,6 +3,7 @@ import Highlight from "../marks/Highlight";
import Mark from "../marks/Mark";
import TemplatePlaceholder from "../marks/Placeholder";
import Attachment from "../nodes/Attachment";
import Blockquote from "../nodes/Blockquote";
import BulletList from "../nodes/BulletList";
import CheckboxItem from "../nodes/CheckboxItem";
import CheckboxList from "../nodes/CheckboxList";
@@ -30,6 +31,7 @@ const fullPackage: (typeof Node | typeof Mark | typeof Extension)[] = [
CodeFence,
CheckboxList,
CheckboxItem,
Blockquote,
BulletList,
OrderedList,
Embed,