Skip to content

Commit 63a6e71

Browse files
committed
fix: 还原graph demo中的OnDragNodeConfig
1 parent 8a41a4d commit 63a6e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/feature-examples/src/pages/graph

examples/feature-examples/src/pages/graph/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import centerAnchorRect from './nodes/centerAnchorRect'
3333
import GraphData = LogicFlow.GraphData
3434
import styles from './index.less'
3535

36-
// import OnDragNodeConfig = LogicFlow.OnDragNodeConfig
36+
import OnDragNodeConfig = LogicFlow.OnDragNodeConfig
3737

3838
const NodeComponent: FC<ReactNodeProps> = ({ node }) => {
3939
const data = node.getData()

0 commit comments

Comments
 (0)