feat: Add shift-click additive selection for documents in grid view

This commit is contained in:
2025-11-28 20:50:24 +01:00
parent 0b45eeb2d4
commit 41555bb57d
3 changed files with 15 additions and 3 deletions
@@ -465,6 +465,7 @@ const DocumentsPanelInner: React.FC<DocumentsPanelInnerProps> = ({
onCorrespondentClick: toggleCorrespondentFilter,
tenantId: currentTenantId,
viewId,
onEntryPointer,
};
const renderBody = () => {