mirror of
https://github.com/zadam/trilium.git
synced 2026-02-22 21:54:39 +01:00
fix(pdfjs): sidebar hiding no longer working
This commit is contained in:
parent
5b751fd6e2
commit
9b1fc77d56
@ -44,7 +44,7 @@ function hideSidebar() {
|
||||
if (spacer instanceof HTMLElement && spacer.classList.contains("toolbarButtonSpacer")) {
|
||||
spacer.remove();
|
||||
}
|
||||
toggleButtonEl.remove();
|
||||
toggleButtonEl.style.display = "none";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user