fix closing all documents from sidebar

This commit is contained in:
jonaswinkler 2021-03-06 12:00:58 +01:00
parent ee4a5d53ad
commit 4290f38e81

View File

@ -99,7 +99,7 @@
</span>
</a>
</li>
<li class="nav-item w-100" *ngIf="openDocuments.length > 1">
<li class="nav-item w-100" *ngIf="openDocuments.length >= 1">
<a class="nav-link text-truncate" [routerLink]="" (click)="closeAll()">
<svg class="sidebaricon" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#x"/>