Skip to content

Commit

Permalink
[lexical-selection] Bug Fix: Wrong selection type in $setBlocksType (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lytion authored Nov 25, 2024
1 parent 89af994 commit 149949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-selection/flow/LexicalSelection.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ declare export function $wrapNodes(
wrappingElement?: ElementNode,
): void;
declare export function $setBlocksType(
selection: RangeSelection,
selection: BaseSelection | null,
createElement: () => ElementNode,
): void;
declare export function $isAtNodeEnd(point: Point): boolean;
Expand Down

0 comments on commit 149949f

Please sign in to comment.