mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 14:37:23 +03:00
adjust skip to highlight button behavior to attempt to fix issues
This commit is contained in:
@@ -383,12 +383,12 @@ function resetValues() {
|
||||
// Reset advert playing flag
|
||||
isAdPlaying = false;
|
||||
|
||||
skipButtonControlBar?.disable();
|
||||
categoryPill?.setVisibility(false);
|
||||
|
||||
for (let i = 0; i < skipNotices.length; i++) {
|
||||
skipNotices.pop()?.close();
|
||||
}
|
||||
|
||||
skipButtonControlBar?.disable();
|
||||
categoryPill?.setVisibility(false);
|
||||
}
|
||||
|
||||
async function videoIDChange(id: string): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user