fix(pdfjs): sidebar hiding no longer working

This commit is contained in:
Elian Doran 2026-02-19 21:30:48 +02:00
parent 5b751fd6e2
commit 9b1fc77d56
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ function hideSidebar() {
if (spacer instanceof HTMLElement && spacer.classList.contains("toolbarButtonSpacer")) {
spacer.remove();
}
toggleButtonEl.remove();
toggleButtonEl.style.display = "none";
}
}