We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c1597 commit 353c9c3Copy full SHA for 353c9c3
src/scrollactive.vue
@@ -300,7 +300,7 @@
300
event.preventDefault();
301
302
const { hash } = event.currentTarget;
303
- const target = document.getElementById(hash.substr(1));
+ const target = document.getElementById(decodeURI(hash.substr(1)));
304
305
if (!target) {
306
console.warn(`[vue-scrollactive] Element '${hash}' was not found. Make sure it is set in the DOM.`);
0 commit comments