Revert "Fix OverflowNode configuration" (#6535)

This commit is contained in:
Bob Ippolito
2024-08-20 22:26:02 -07:00
committed by GitHub
parent 510720e727
commit 7cf2e247a5

View File

@ -69,15 +69,7 @@ export class OverflowNode extends ElementNode {
return parent.insertNewAfter(selection, restoreSelection);
}
canBeEmpty(): false {
return false;
}
isInline(): true {
return true;
}
excludeFromCopy(): true {
excludeFromCopy(): boolean {
return true;
}
}