mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-22 01:01:04 +00:00
scroll to top when searching again
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user