From 1cbbbeb6b01d3037b5789d6459727d1af7ab9a74 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 3 Nov 2025 00:32:59 +0100 Subject: [PATCH] fix --- frontend/src/documents/DocumentsList.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/documents/DocumentsList.jsx b/frontend/src/documents/DocumentsList.jsx index 0ce3783..88be6b0 100644 --- a/frontend/src/documents/DocumentsList.jsx +++ b/frontend/src/documents/DocumentsList.jsx @@ -48,6 +48,7 @@ const DocumentsList = ({ onCorrespondentClick, activeCorrespondentIdSet, scrollRef, + onClearSelection, }) => { const { editingId: editingDocumentId, @@ -84,7 +85,11 @@ const DocumentsList = ({ return ( - + { + onClearSelection?.(); + }} + >
Name