mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix closing all documents from sidebar
This commit is contained in:
		| @@ -99,7 +99,7 @@ | |||||||
|               </span> |               </span> | ||||||
|             </a> |             </a> | ||||||
|           </li> |           </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()"> |             <a class="nav-link text-truncate" [routerLink]="" (click)="closeAll()"> | ||||||
|               <svg class="sidebaricon" fill="currentColor"> |               <svg class="sidebaricon" fill="currentColor"> | ||||||
|                 <use xlink:href="assets/bootstrap-icons.svg#x"/> |                 <use xlink:href="assets/bootstrap-icons.svg#x"/> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler