Skip to content

Commit

Permalink
🦐 Fix #198
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Feb 23, 2022
1 parent 2ed84c0 commit a444659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TableOfContents.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ const updateCallback = () => {
)
}
updateCallback()
setTimeout(updateCallback, 100)
setTimeout(updateCallback, 1000)
setTimeout(updateCallback, 5000)
const notebook = document.querySelector("pluto-notebook")
Expand Down

0 comments on commit a444659

Please sign in to comment.