Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 31, 2024
1 parent d79da7a commit bc0257f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function TableActionMenu({ onClose, tableCellNode: _tableCellNode, cellMerge }:

const tableSelection = getTableObserverFromTableElement(tableElement)
if (tableSelection !== null) {
tableSelection.clearHighlight()
tableSelection.$clearHighlight()
}

tableNode.markDirty()
Expand Down

0 comments on commit bc0257f

Please sign in to comment.