Skip to content

Commit c3e6b83

Browse files
committed
cleanup
1 parent 687c501 commit c3e6b83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-data-modeling/src/components/diagram-editor.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ const DiagramContent: React.FunctionComponent<{
205205
nodes={nodes}
206206
// With threshold too low clicking sometimes gets confused with
207207
// dragging
208-
// @ts-expect-error expose this prop from the component
209208
nodeDragThreshold={5}
210-
// @ts-expect-error expose this prop from the component
211209
onNodeClick={(_evt, node) => {
212210
if (node.type !== 'collection') {
213211
return;

0 commit comments

Comments
 (0)