Skip to content

Commit

Permalink
fix(viewer): delete unused isEditing prop to AnnotationViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Feb 21, 2023
1 parent 6398992 commit 786f97f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export interface AnnotationsViewerProps {
/** <svg style={}> */
style?: CSSProperties

isEditing?: boolean

onFocus?: (element: Annotation | null) => void
onClick?: (element: Annotation) => void

Expand Down

0 comments on commit 786f97f

Please sign in to comment.