mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Fix weird scrolling on help page
This commit is contained in:
@@ -281,7 +281,7 @@ async function init() {
|
|||||||
document.getElementById(tabFor).classList.remove("hidden");
|
document.getElementById(tabFor).classList.remove("hidden");
|
||||||
|
|
||||||
tabElements[i].addEventListener("click", () => {
|
tabElements[i].addEventListener("click", () => {
|
||||||
location.hash = tabFor;
|
if (!embed) location.hash = tabFor;
|
||||||
|
|
||||||
createStickyHeader();
|
createStickyHeader();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user