mirror of
https://github.com/docmost/docmost.git
synced 2026-05-15 05:04:06 +08:00
cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user