vuepress-plugin-fulltext-search
vuepress-plugin-fulltext-search copied to clipboard
[bug]: Avoid duplicate navigation
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