Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jan 30, 2024
1 parent c515590 commit 7a8dd39
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/src/views/Spectrogram.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@ export default defineComponent({
parentGeoViewerRef.value = data;
};
const timeRef = ref(0);
const freqRef = ref(0);
const setHoverData = ({ time, freq }: { time: number; freq: number }) => {
timeRef.value = time;
freqRef.value = freq;
};
const timeRef = ref(0);
const freqRef = ref(0);
const setHoverData = ({time, freq}: {time: number, freq: number}) => {
Expand Down

0 comments on commit 7a8dd39

Please sign in to comment.