mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
change timeout to 50ms
This commit is contained in:
@@ -193,7 +193,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
|
|||||||
// Make listener get called
|
// Make listener get called
|
||||||
this.setBarColorTimeout = setTimeout(() => {
|
this.setBarColorTimeout = setTimeout(() => {
|
||||||
Config.config.barTypes = Config.config.barTypes;
|
Config.config.barTypes = Config.config.barTypes;
|
||||||
}, 300);
|
}, 50);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user