Skip to content

Commit

Permalink
鈾伙笍 build: use ProEditor ContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jun 13, 2023
1 parent b27cc1b commit 4c1aa48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/FlowEditor/features/ContextMenu/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ContextMenu from '@/ContextMenu';
import { ContextMenu } from '@ant-design/pro-editor';
import { memo } from 'react';

import { useMenuActions } from './useMenuAction';
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { default as BasicNode } from './BasicNode';
export { default as CanvasLoading } from './CanvasLoading';
export { default as ContextMenu } from './ContextMenu';
export * from './ControlInput';
export { default as EditableText } from './EditableText';
export * from './FlowEditor';
Expand Down

0 comments on commit 4c1aa48

Please sign in to comment.