Skip to content

Commit

Permalink
should be 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatercurve committed May 1, 2024
1 parent 3bd3837 commit 0bb1d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/src/LexicalEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ export function addRootElementEvents(
doc,
Math.max(
documentRootElementsCount !== undefined ? documentRootElementsCount : 0,
0,
1,
) + 1,
);

Expand Down

0 comments on commit 0bb1d57

Please sign in to comment.