Skip to content

Commit

Permalink
update(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 a15cfcc commit ea534aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export interface MediaPlayerProps {
*
* @param annotation 选中的标注
*/
onAnnotationSelect?: (annotation: AudioAnnotationInUI) => void;
onAnnotationSelect?: (annotation: AudioAnnotationInUI, e: React.MouseEvent) => void;
/**
* 当标注改变时调用的回调
*
Expand Down

0 comments on commit ea534aa

Please sign in to comment.