Merge pull request #3296 from Kinthamen/xyflow-1

removed rogue console log
This commit is contained in:
Moritz Klack
2023-08-14 14:57:41 +02:00
committed by GitHub
@@ -36,9 +36,6 @@ export default function drag(domNode: Element, params: UseDragParams) {
updateNodePositions: store.updateNodePositions,
panBy: store.panBy
};
},
onNodeClick: () => {
console.log('node click');
}
});