Merge pull request #3296 from Kinthamen/xyflow-1
removed rogue console log
This commit is contained in:
@@ -36,9 +36,6 @@ export default function drag(domNode: Element, params: UseDragParams) {
|
||||
updateNodePositions: store.updateNodePositions,
|
||||
panBy: store.panBy
|
||||
};
|
||||
},
|
||||
onNodeClick: () => {
|
||||
console.log('node click');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user