feat: browse button uses smooth scroll

This commit is contained in:
Adrien Marquès 2022-10-05 16:25:15 +02:00
parent e6179034e9
commit e289eec8dd
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 1 additions and 4 deletions

View File

@ -171,10 +171,7 @@
} }
protected browse(){ protected browse(){
const el = document.querySelector('#timeline'); go(`search-header`, 0);
if( el != null ){
el.scrollIntoView();
}
} }
} }