Skip to content

Commit

Permalink
still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 7, 2023
1 parent 3d2a363 commit 2d0175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ function adjustSpecDims(redraw, fftSamples) {
reset: false
});
} else {
wavesurfer.setOptions({height:specHeight});
wavesurfer.setHeight(specHeight);
}
initSpectrogram(specHeight, fftSamples);
specCanvasElement.width('100%');
Expand Down

0 comments on commit 2d0175b

Please sign in to comment.