Fix sticky sidebar
This commit is contained in:
parent
458e262a26
commit
f997280ab1
2 changed files with 4 additions and 4 deletions
|
|
@ -154,7 +154,7 @@ export function renderCover (content) {
|
|||
return
|
||||
}
|
||||
renderCover.dom.classList.add('show')
|
||||
if (renderCover.rendered) return
|
||||
if (renderCover.rendered) return event.sticky()
|
||||
|
||||
// render cover
|
||||
let html = markdown(content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue