Skip to content

Commit

Permalink
fix: add extra drag
Browse files Browse the repository at this point in the history
  • Loading branch information
BMPMS-Telicent committed Mar 20, 2024
1 parent 1ed99ac commit 90a469a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OntologyHierarchy/OntologyHierarchy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const OntologyHierarchy: React.FC<OntologyHierarchyProps> = ({
})
svg.select(".dragDiv")
.style("cursor", "grab");
// dragEvent(event, dragString);
dragEvent(event, dragString);
})

treeGroup.select(".dragSvg")
Expand Down

0 comments on commit 90a469a

Please # to comment.