vuepress-plugin-fulltext-search icon indicating copy to clipboard operation
vuepress-plugin-fulltext-search copied to clipboard

[bug]: Avoid duplicate navigation

Open nandi95 opened this issue 4 years ago • 0 comments

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

nandi95 avatar Feb 15 '21 17:02 nandi95