mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Revert "Fix OverflowNode configuration" (#6535)
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user