Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Dec 19, 2024
1 parent 1c0f8fe commit 5f180fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 5 additions & 2 deletions packages/table/src/lib/withGetFragmentTable.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import type { TDescendant, TElement } from '@udecode/plate-common';
import type { ExtendEditor } from '@udecode/plate-common';
import type {
ExtendEditor,
TDescendant,
TElement,
} from '@udecode/plate-common';

import type { TTableRowElement, TableConfig } from './types';

Expand Down
5 changes: 2 additions & 3 deletions packages/table/src/lib/withInsertFragmentTable.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import type { ExtendEditor } from '@udecode/plate-common';
import type { ExtendEditor, TElement } from '@udecode/plate-common';
import type { Path } from 'slate';

import {
type TElement,
getEndPoint,
getStartPoint,
hasNode,
Expand All @@ -19,8 +18,8 @@ import {
type TableConfig,
getTableAbove,
} from '.';
import { getTableGridAbove } from './queries/getTableGridAbove';
import { BaseTablePlugin } from './BaseTablePlugin';
import { getTableGridAbove } from './queries/getTableGridAbove';

/**
* If inserting a table, If block above anchor is a table,
Expand Down
3 changes: 1 addition & 2 deletions packages/table/src/lib/withMarkTable.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ExtendEditor } from '@udecode/plate-common';
import type { ExtendEditor, TElement } from '@udecode/plate-common';

import {
type TElement,
getNodeEntries,
isCollapsed,
isText,
Expand Down

0 comments on commit 5f180fb

Please sign in to comment.