Skip to content

Commit

Permalink
refactor: remove spectrogram pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrstrom committed May 15, 2024
1 parent 21663fc commit 8d234aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obr_ui/components/audio/Spectrogram.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default defineComponent({
<style lang="scss" scoped>
.spectrogram-container {
padding-top: 0;
pointer-events: none;
}
.spectrogram {
Expand Down

0 comments on commit 8d234aa

Please sign in to comment.