mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Side Navigation collapse bug fix
This commit is contained in:
parent
339bc0c8b4
commit
01e6279879
4 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -64,3 +64,4 @@ RTL-Config-Signet.json
|
|||
RTL-Config-Testnet.json
|
||||
RTL-Config-All.json
|
||||
.aider*
|
||||
.continue
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -9,7 +9,7 @@
|
|||
</mat-select>
|
||||
<mat-divider class="w-100" />
|
||||
<mat-tree *ngIf="selNode.settings?.lnServerUrl" #tree [dataSource]="navMenus" [treeControl]="treeControlNested">
|
||||
<mat-tree-node *matTreeNodeDef="let node" routerLink="{{node.link}}" routerLinkActive="active-link">
|
||||
<mat-tree-node *matTreeNodeDef="let node" routerLink="{{node.link}}" routerLinkActive="active-link" matTreeNodeToggle>
|
||||
<div tabindex="2" (click)="onChildNavClicked(node)">
|
||||
<div fxLayout="row" fxFlex="100" fxLayoutAlign="start center">
|
||||
<span *ngIf="node.iconType === 'SVG'" class="fa-icon-small mr-2" fxLayout="row" fxFlex="100" fxLayoutAlign="start center"><ng-container [ngTemplateOutlet]="node.icon === 'boltzIconBlock' ? boltzIconBlock : null" /></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue