This commit is contained in:
Philipinho
2026-05-14 00:31:26 +01:00
parent f18b29b45a
commit 784a30b5a2
2 changed files with 1 additions and 2 deletions
@@ -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",
@@ -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",