You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X ] I confirm that this is an issue rather than a question.
Bug report
Steps to reproduce
Create a MD page add headers. Then add [[toc]] above them.
What is expected?
The table of contents should render and the links should anchor to the appropriate headers on a single click
What is actually happening?
Two clicks are being required. The URL gets updated with the hash but nothing happens until you click again. This behavior is also happening within the documentation here.
Other relevant information
Output of npx vuepress info in my VuePress project:
Bug report
Steps to reproduce
Create a MD page add headers. Then add
[[toc]]
above them.What is expected?
The table of contents should render and the links should anchor to the appropriate headers on a single click
What is actually happening?
Two clicks are being required. The URL gets updated with the hash but nothing happens until you click again. This behavior is also happening within the documentation here.
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: