Skip to content

Commit

Permalink
Revert "Fix OverflowNode configuration (#6027)"
Browse files Browse the repository at this point in the history
This reverts commit cb0b731.
  • Loading branch information
etrepum authored Aug 21, 2024
1 parent 510720e commit 4a41d72
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/lexical-overflow/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 4a41d72

Please sign in to comment.