Skip to content

Commit

Permalink
Flow fix RangeSelection extends
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx committed Dec 12, 2023
1 parent dcff8ae commit eaf45f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/flow/Lexical.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ declare export function $isNodeSelection(
x: ?mixed,
): boolean %checks(x instanceof NodeSelection);

declare export class RangeSelection implements BaseSelection {
declare export class RangeSelection extends INTERNAL_PointSelection {
anchor: PointType;
focus: PointType;
dirty: boolean;
Expand Down

0 comments on commit eaf45f0

Please sign in to comment.