We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a41a4d commit 63a6e71Copy full SHA for 63a6e71
1 file changed
examples/feature-examples/src/pages/graph/index.tsx
@@ -33,7 +33,7 @@ import centerAnchorRect from './nodes/centerAnchorRect'
33
import GraphData = LogicFlow.GraphData
34
import styles from './index.less'
35
36
-// import OnDragNodeConfig = LogicFlow.OnDragNodeConfig
+import OnDragNodeConfig = LogicFlow.OnDragNodeConfig
37
38
const NodeComponent: FC<ReactNodeProps> = ({ node }) => {
39
const data = node.getData()
0 commit comments