We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f588c commit eaffb93Copy full SHA for eaffb93
packages/compass-data-modeling/src/components/diagram-editor.tsx
@@ -282,10 +282,6 @@ const DiagramEditor: React.FunctionComponent<{
282
minZoom: 0.25,
283
}}
284
onNodeDragStop={(evt, node) => {
285
- console.log('Node drag stopped:', node.id, [
286
- node.position.x,
287
- node.position.y,
288
- ]);
289
onMoveCollection(node.id, [node.position.x, node.position.y]);
290
291
/>
0 commit comments