mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 22:17:21 +03:00
Fix skip options
This commit is contained in:
@@ -59,6 +59,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
|
|||||||
<td id={this.props.category + "SkipOption"}>
|
<td id={this.props.category + "SkipOption"}>
|
||||||
<select
|
<select
|
||||||
className="categoryOptionsSelector"
|
className="categoryOptionsSelector"
|
||||||
|
defaultValue={defaultOption}
|
||||||
onChange={this.skipOptionSelected.bind(this)}>
|
onChange={this.skipOptionSelected.bind(this)}>
|
||||||
{this.getCategorySkipOptions()}
|
{this.getCategorySkipOptions()}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user