Commit 277f739 1 parent dc5e6c6 commit 277f739 Copy full SHA for 277f739
File tree 2 files changed +2
-4
lines changed
apps/www/src/registry/default/plate-ui
templates/plate-playground-template/src/components/plate-ui
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ import React from 'react';
3
3
import type { TMentionElement } from '@udecode/plate-mention' ;
4
4
5
5
import { cn , withRef } from '@udecode/cn' ;
6
- import { getHandler } from '@udecode/plate-common' ;
6
+ import { IS_APPLE , getHandler } from '@udecode/plate-common' ;
7
7
import { useElement } from '@udecode/plate-common/react' ;
8
- import { IS_APPLE } from '@udecode/utils' ;
9
8
import { useFocused , useSelected } from 'slate-react' ;
10
9
11
10
import { useMounted } from '@/registry/default/hooks/use-mounted' ;
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import { cn , withRef } from '@udecode/cn' ;
3
- import { getHandler } from '@udecode/plate-common' ;
3
+ import { getHandler , IS_APPLE } from '@udecode/plate-common' ;
4
4
import { useElement } from '@udecode/plate-common/react' ;
5
- import { IS_APPLE } from '@udecode/utils' ;
6
5
import { useFocused , useSelected } from 'slate-react' ;
7
6
8
7
import { useMounted } from '@/hooks/use-mounted' ;
You can’t perform that action at this time.
0 commit comments