Skip to content

Commit

Permalink
remove editor import
Browse files Browse the repository at this point in the history
  • Loading branch information
LIlGG committed Jan 10, 2024
1 parent 0a812c4 commit a6eda8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console/packages/editor/src/extensions/table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { i18n } from "@/locales";
import type { ExtensionOptions, NodeBubbleMenu } from "@/types";
import { BlockActionSeparator, ToolboxItem } from "@/components";
import { hasTableBefore, isTableSelected } from "./util";
import { Editor } from "@tiptap/core";

function updateColumns(
node: ProseMirrorNode,
Expand Down

0 comments on commit a6eda8d

Please sign in to comment.