feat: browse button uses smooth scroll
This commit is contained in:
parent
e6179034e9
commit
e289eec8dd
|
@ -171,10 +171,7 @@
|
|||
}
|
||||
|
||||
protected browse(){
|
||||
const el = document.querySelector('#timeline');
|
||||
if( el != null ){
|
||||
el.scrollIntoView();
|
||||
}
|
||||
go(`search-header`, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue