Skip to content

Commit

Permalink
remove unnecessary null
Browse files Browse the repository at this point in the history
  • Loading branch information
2wheeh committed Apr 23, 2024
1 parent d7cd63a commit 3874153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/src/LexicalReconciler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function createChildren(
element: ElementNode,
_startIndex: number,
endIndex: number,
dom: null | HTMLElement,
dom: HTMLElement,
insertDOM: null | HTMLElement,
): void {
const previousSubTreeTextContent = subTreeTextContent;
Expand Down

0 comments on commit 3874153

Please sign in to comment.