Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 16, 2024
1 parent dc5e6c6 commit 277f739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/www/src/registry/default/plate-ui/mention-element.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import React from 'react';
import type { TMentionElement } from '@udecode/plate-mention';

import { cn, withRef } from '@udecode/cn';
import { getHandler } from '@udecode/plate-common';
import { IS_APPLE, getHandler } from '@udecode/plate-common';
import { useElement } from '@udecode/plate-common/react';
import { IS_APPLE } from '@udecode/utils';
import { useFocused, useSelected } from 'slate-react';

import { useMounted } from '@/registry/default/hooks/use-mounted';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React from 'react';
import { cn, withRef } from '@udecode/cn';
import { getHandler } from '@udecode/plate-common';
import { getHandler, IS_APPLE } from '@udecode/plate-common';
import { useElement } from '@udecode/plate-common/react';
import { IS_APPLE } from '@udecode/utils';
import { useFocused, useSelected } from 'slate-react';

import { useMounted } from '@/hooks/use-mounted';
Expand Down

0 comments on commit 277f739

Please sign in to comment.