vuepress / vuepress-community

:bulb: Community supported ecosystem for VuePress
https://vuepress-community.netlify.app
MIT License
81 stars 62 forks source link

fix(plugin-smooth-scroll): decode hash chars when using document.querySelector #68

Closed leey0818 closed 3 years ago

leey0818 commented 3 years ago

Summary

Which package does this PR involve? (check one)

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

Other information:

Fixed a not a valid selector error when using non-English characters. Decoded the hash before using document.querySelector.

capture-not-a-valid-selector-with-non-english-chars
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.