Skip to content

Commit

Permalink
chore: prerelease
Browse files Browse the repository at this point in the history
* chore: prerelease

* Chore: prerelease

Release-As: 0.0.2-rc1

* fix: test changes

* Chore: prerelease

Release-As: 0.0.2-rc1

* fix: various changes

* Chore: prerelease

Release-As: 0.0.2-rc3

* fix: add extra drag

---------

Signed-off-by: BMPMS-Telicent <135822574+BMPMS-Telicent@users.noreply.github.com>
  • Loading branch information
BMPMS-Telicent committed Mar 20, 2024
1 parent a1cd629 commit 556a4eb
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 556a4eb

Please sign in to comment.