removed rogue console log
Noticed that I was getting a random log when clicking/dragging nodes with a fresh npm install of @xyflow/svelte. Removing to avoid confusion.
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