leo-buneev / vuepress-plugin-fulltext-search

Adds full-text search capabilities to your vuepress site with a help of flexsearch library.
MIT License
93 stars 23 forks source link

[bug]: Avoid duplicate navigation #34

Open nandi95 opened 3 years ago

nandi95 commented 3 years ago

First off, amazing plugin!

Can a check be implemented to before navigation that we're not already on the target. Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location: "/path#anchor". I presume it would be added here: https://github.com/leo-buneev/vuepress-plugin-fulltext-search/blob/master/components/SearchBox.vue#L186