Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kirandash committed Mar 7, 2025
1 parent 1334ed7 commit 4c6aef2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ function TableCellResizer({editor}: {editor: LexicalEditor}): JSX.Element {
throw new Error('Expected table row');
}

// Calculate the height for the target row
let height = tableRow.getHeight();
if (height === undefined) {
const rowCells = tableRow.getChildren<TableCellNode>();
Expand Down

0 comments on commit 4c6aef2

Please sign in to comment.