mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix sidebar node reloading issue (#2866)
[ADF-2186] Fix sidebar node reloading issue
This commit is contained in:
committed by
Eugenio Romano
parent
4e434f7e11
commit
c66115fe70
@@ -84,7 +84,7 @@
|
||||
matTooltip="{{ 'ADF_VIEWER.ACTIONS.INFO' | translate }}"
|
||||
data-automation-id="toolbar-sidebar"
|
||||
[color]="showSidebar ? 'accent' : 'default'"
|
||||
(click)="showSidebar = !showSidebar">
|
||||
(click)="toggleSidebar($event)">
|
||||
<mat-icon>info_outline</mat-icon>
|
||||
</button>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user