mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-25 15:46:17 +09:00
fix(client): Fix #6528
This commit is contained in:
parent
7cbe95a1cf
commit
3c66990263
@ -92,6 +92,10 @@ export default Vue.extend({
|
||||
this.showing = true;
|
||||
},
|
||||
|
||||
top() {
|
||||
window.scroll({ top: 0, behavior: 'smooth' });
|
||||
},
|
||||
|
||||
search() {
|
||||
if (this.searching) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user