Skip to content

Commit

Permalink
fix(audio-annotator-react): update types
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Nov 19, 2024
1 parent 4527177 commit f17f94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface AnnotationContextType {

onAnnotationChange: (annotation: MediaAnnotationInUI) => void;

onAnnotationSelect: (annotation: MediaAnnotationInUI) => void;
onAnnotationSelect: (annotation: MediaAnnotationInUI, e: React.MouseEvent) => void;

onAnnotationsRemove: (annotations: MediaAnnotationWithTextAndTag[]) => void;

Expand Down

0 comments on commit f17f94a

Please sign in to comment.