Skip to content

Commit

Permalink
feat(dev): add ruler, area radio to Annotation Drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed May 11, 2023
1 parent 7212499 commit da97c62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ function AnnotationDrawerContainer(): JSX.Element {
<Radio value="arrowLine">Arrow Line</Radio>
<Radio value="freeLine">Free Line</Radio>
<Radio value="text">Text</Radio>
<Radio value="ruler">Ruler</Radio>
<Radio value="area">Area</Radio>
</Stack>
</RadioGroup>
<Button data-cy-name="reset-button" size="sm" mb={2} mr={3} colorScheme="blue" onClick={handleResetAnnotation}>
Expand Down

0 comments on commit da97c62

Please sign in to comment.