Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 4, 2024
1 parent ee332f3 commit 9e2a4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/selection/src/lib/isSelecting.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { PlateEditor } from '@udecode/plate-common/react';

import { isSelectionExpanded } from '@udecode/plate-common';

import { BlockSelectionPlugin } from '../react';
Expand Down
1 change: 1 addition & 0 deletions packages/selection/src/react/useIsSelecting.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { isSelectionExpanded } from '@udecode/plate-common';
import {
type PlateEditor,
isEditorFocused,
useEditorPlugin,
useEditorSelector,
Expand Down

0 comments on commit 9e2a4a4

Please sign in to comment.