From 786f97fd4f11843113084025f798d42f0f170660 Mon Sep 17 00:00:00 2001 From: Takhyun Kim Date: Tue, 21 Feb 2023 10:31:39 +0900 Subject: [PATCH] fix(viewer): delete unused isEditing prop to AnnotationViewer --- .../components/AnnotationsViewer/AnnotationViewer.types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts b/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts index cf692ce0a..ba621eb20 100644 --- a/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts +++ b/libs/insight-viewer/src/Annotation/components/AnnotationsViewer/AnnotationViewer.types.ts @@ -17,8 +17,6 @@ export interface AnnotationsViewerProps { /** */ style?: CSSProperties - isEditing?: boolean - onFocus?: (element: Annotation | null) => void onClick?: (element: Annotation) => void