Skip to content

Commit

Permalink
feat(lb-components): Remove play and pause setSelectedRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
lihqi committed Aug 26, 2024
1 parent 3744d94 commit d5b659e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ export const AudioPlayer = ({

const playPause = () => {
getWaveRef()?.playPause();
setSelectedRegion({});
};

const keyDownEvents = (e: KeyboardEvent) => {
Expand Down

0 comments on commit d5b659e

Please sign in to comment.