Improve smooth scroll a11y
This commit is contained in:
parent
216b6b3027
commit
95b80b81ea
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ export default {
|
||||||
element.scrollIntoView({
|
element.scrollIntoView({
|
||||||
behavior: 'smooth',
|
behavior: 'smooth',
|
||||||
});
|
});
|
||||||
|
window.location.hash = 'download';
|
||||||
|
element.focus();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
discordClick() {
|
discordClick() {
|
||||||
|
|
Loading…
Reference in a new issue