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