mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +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");
|
||||
|
||||
tabElements[i].addEventListener("click", () => {
|
||||
location.hash = tabFor;
|
||||
if (!embed) location.hash = tabFor;
|
||||
|
||||
createStickyHeader();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user