adjust skip to highlight button behavior to attempt to fix issues

This commit is contained in:
Ajay
2022-11-04 16:18:15 -04:00
parent 1775835392
commit ff2cec699f
2 changed files with 4 additions and 4 deletions

View File

@@ -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> {