Reset blockchain scroll on logo click
This commit is contained in:
@@ -53,4 +53,8 @@ export class MasterPageComponent implements OnInit {
|
||||
onResize(): void {
|
||||
this.isMobile = window.innerWidth <= 767.98;
|
||||
}
|
||||
|
||||
brandClick(e): void {
|
||||
this.stateService.resetScroll$.next(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user