diff --git a/packages/desktop-client/src/components/table.tsx b/packages/desktop-client/src/components/table.tsx index 02db15fa986..23f0b98c880 100644 --- a/packages/desktop-client/src/components/table.tsx +++ b/packages/desktop-client/src/components/table.tsx @@ -44,8 +44,6 @@ import { useFormat } from './spreadsheet/useFormat'; import { useSheetValue } from './spreadsheet/useSheetValue'; import { Tooltip, IntersectionBoundary } from './tooltips'; -export const ROW_HEIGHT = 32; - function fireBlur(onBlur, e) { if (document.hasFocus()) { // We only fire the blur event if the app is still focused