Skip to content

Commit

Permalink
Fix $computeTableMap flow (#5574)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx authored Feb 3, 2024
1 parent 4074bc5 commit 9df9883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-table/flow/LexicalTable.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ declare export function $deleteTableColumn__EXPERIMENTAL(): void;

declare export function $unmergeCell(): void;

declare export function $computeGridMap(
declare export function $computeTableMap(
table: TableNode,
cellA: TableCellNode,
cellB: TableCellNode,
Expand Down

0 comments on commit 9df9883

Please sign in to comment.