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 687c501 commit c3e6b83Copy full SHA for c3e6b83
packages/compass-data-modeling/src/components/diagram-editor.tsx
@@ -205,9 +205,7 @@ const DiagramContent: React.FunctionComponent<{
205
nodes={nodes}
206
// With threshold too low clicking sometimes gets confused with
207
// dragging
208
- // @ts-expect-error expose this prop from the component
209
nodeDragThreshold={5}
210
211
onNodeClick={(_evt, node) => {
212
if (node.type !== 'collection') {
213
return;
0 commit comments