mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 22:19:28 -04:00
[bug] fix /sources auto scrolling
This commit is contained in:
parent
628382ebe6
commit
d5724bdfcc
@ -160,7 +160,9 @@
|
||||
mounted() {
|
||||
this.handleHash('', filter => {
|
||||
this.filter = filter;
|
||||
this.$refs.filter.scrollIntoView();
|
||||
if (filter) {
|
||||
this.$refs.filter.scrollIntoView();
|
||||
}
|
||||
});
|
||||
},
|
||||
head() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user