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
If you have an in-page link, after you click the link the url becomes /#doc?id=xyz
If you refresh the page, and click the link again, it trys to go to /#doc?id=xyz?id=xyz, and you will get this error:
at s (https://unpkg.com/[email protected]/lib/docsify.min.js:1:838)
at B (https://unpkg.com/[email protected]/lib/docsify.min.js:1:7611)
at ne.e.$resetEvents (https://unpkg.com/[email protected]/lib/docsify.min.js:2:17877)
at https://unpkg.com/[email protected]/lib/docsify.min.js:1:9865
This happens on chrome, but I guess it's not a browser issue. I guess, you just need to check the current url and get rid of the existing selector if present, before appending the new selector?
The text was updated successfully, but these errors were encountered:
If you have an in-page link, after you click the link the url becomes /#doc?id=xyz
If you refresh the page, and click the link again, it trys to go to /#doc?id=xyz?id=xyz, and you will get this error:
This happens on chrome, but I guess it's not a browser issue. I guess, you just need to check the current url and get rid of the existing selector if present, before appending the new selector?
The text was updated successfully, but these errors were encountered: