mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-06-22 22:52:59 -05:00
Remove unused testing variable
This commit is contained in:
parent
23e411e78c
commit
60cff997b3
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ function PlayBar({ playing, setPlaying }: PlayBarProps) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const wheelVolume = (event: React.WheelEvent<HTMLDivElement>) => {
|
const wheelVolume = (event: React.WheelEvent<HTMLDivElement>) => {
|
||||||
let x = volumeSlider.value;
|
|
||||||
if (event.deltaY < 0) {
|
if (event.deltaY < 0) {
|
||||||
volumeSlider.value++;
|
volumeSlider.value++;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue