mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
scroll to top when searching again
This commit is contained in:
parent
659cd3e9d5
commit
93be4e98d5
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export class SearchComponent implements OnInit {
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.route.queryParamMap.subscribe(paramMap => {
|
this.route.queryParamMap.subscribe(paramMap => {
|
||||||
|
window.scrollTo(0, 0)
|
||||||
this.query = paramMap.get('query')
|
this.query = paramMap.get('query')
|
||||||
this.more_like = paramMap.has('more_like') ? +paramMap.get('more_like') : null
|
this.more_like = paramMap.has('more_like') ? +paramMap.get('more_like') : null
|
||||||
if (this.more_like) {
|
if (this.more_like) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue