mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
Resolve conflict resulting from 315b759
This commit is contained in:
parent
039e6bbe77
commit
88c50f7107
1 changed files with 5 additions and 0 deletions
|
@ -32,5 +32,10 @@ export class DocsComponent implements OnInit {
|
|||
this.env = this.stateService.env;
|
||||
this.showWebSocketTab = ( ! ( ( this.stateService.network === "bisq" ) || ( this.stateService.network === "liquidtestnet" ) ) );
|
||||
this.showFaqTab = ( this.env.BASE_MODULE === 'mempool' ) ? true : false;
|
||||
document.querySelector<HTMLElement>( "html" ).style.scrollBehavior = "smooth";
|
||||
}
|
||||
|
||||
ngOnDestroy(): void {
|
||||
document.querySelector<HTMLElement>( "html" ).style.scrollBehavior = "auto";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue