Skip to content

Commit

Permalink
fix: delay on click to stop SoundPlayer (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
ComfyFluffy committed Jun 14, 2024
1 parent cb582dc commit 3d6100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spx-gui/src/components/editor/sound/SoundEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function handlePlay() {
function handleStopClick() {
wavesurferRef.value?.stop()
handleStop()
playing.value = null
}
function handleStop() {
Expand Down

0 comments on commit 3d6100a

Please sign in to comment.