mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Fix deselecting sometimes making the skip profile ui go to a bad state
This commit is contained in:
@@ -619,7 +619,7 @@ function SkipProfileRadioButtons(props: SkipProfileRadioButtonsProps): JSX.Eleme
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [props.configID, props.videoID]);
|
}, [props.configID, props.videoID, props.selected]);
|
||||||
|
|
||||||
let alreadySelected = false;
|
let alreadySelected = false;
|
||||||
for (const option of skipProfileOptions) {
|
for (const option of skipProfileOptions) {
|
||||||
|
|||||||
Reference in New Issue
Block a user