mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
change timeout to 50ms
This commit is contained in:
parent
0261d36a47
commit
31b10f9a41
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
|
|||
// Make listener get called
|
||||
this.setBarColorTimeout = setTimeout(() => {
|
||||
Config.config.barTypes = Config.config.barTypes;
|
||||
}, 300);
|
||||
}, 50);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue