mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +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;
|
||||
for (const option of skipProfileOptions) {
|
||||
|
||||
Reference in New Issue
Block a user