Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/core/src/blocks/Quote/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export const createQuoteBlockConfig = createBlockConfig(
export const createQuoteBlockSpec = createBlockSpec(
createQuoteBlockConfig,
{
meta: {
isolating: false,
},
parse(element) {
if (element.tagName === "BLOCKQUOTE") {
const { backgroundColor, textColor } = parseDefaultProps(element);
Expand Down
3 changes: 0 additions & 3 deletions tests/src/unit/core/schema/__snapshots__/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,6 @@
[Function],
],
"implementation": {
"meta": {
"isolating": false,
},
"node": null,
"parse": [Function],
"render": [Function],
Expand Down
Loading