From bc0257fd16e4caac56e79798f000aa0b2c6b9cb5 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Tue, 31 Dec 2024 16:16:08 +0530 Subject: [PATCH] lint --- .../SuperEditor/Plugins/TableCellActionMenuPlugin/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/javascripts/Components/SuperEditor/Plugins/TableCellActionMenuPlugin/index.tsx b/packages/web/src/javascripts/Components/SuperEditor/Plugins/TableCellActionMenuPlugin/index.tsx index 137da753fb7..746df77810e 100644 --- a/packages/web/src/javascripts/Components/SuperEditor/Plugins/TableCellActionMenuPlugin/index.tsx +++ b/packages/web/src/javascripts/Components/SuperEditor/Plugins/TableCellActionMenuPlugin/index.tsx @@ -190,7 +190,7 @@ function TableActionMenu({ onClose, tableCellNode: _tableCellNode, cellMerge }: const tableSelection = getTableObserverFromTableElement(tableElement) if (tableSelection !== null) { - tableSelection.clearHighlight() + tableSelection.$clearHighlight() } tableNode.markDirty()