From 784a30b5a2371dd85027d2a121eb44b642b83f6b Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Thu, 14 May 2026 00:31:26 +0100 Subject: [PATCH] cleanup --- apps/client/public/locales/en-US/translation.json | 1 - .../components/table/handle/hooks/use-table-handle-drag.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/client/public/locales/en-US/translation.json b/apps/client/public/locales/en-US/translation.json index 11e40822d..c9851c21f 100644 --- a/apps/client/public/locales/en-US/translation.json +++ b/apps/client/public/locales/en-US/translation.json @@ -291,7 +291,6 @@ "Add column right": "Add column right", "Clear cell": "Clear cell", "Clear cells": "Clear cells", - "Distribute columns": "Distribute columns", "Toggle header cell": "Toggle header cell", "Toggle header column": "Toggle header column", "Toggle header row": "Toggle header row", diff --git a/apps/client/src/features/editor/components/table/handle/hooks/use-table-handle-drag.ts b/apps/client/src/features/editor/components/table/handle/hooks/use-table-handle-drag.ts index c0c000233..30b179689 100644 --- a/apps/client/src/features/editor/components/table/handle/hooks/use-table-handle-drag.ts +++ b/apps/client/src/features/editor/components/table/handle/hooks/use-table-handle-drag.ts @@ -10,7 +10,7 @@ import { import { getTableHandlePluginSpec } from "@docmost/editor-ext"; // Uses pragmatic-drag-and-drop instead of native HTML5 DnD because the native -// dragstart→dragover→drop lifecycle was being silently cancelled in this app. +// dragstart→dragover→drop lifecycle was being silently cancelled export function useTableHandleDrag( editor: Editor, orientation: "col" | "row",