This commit is contained in:
2025-11-03 00:32:59 +01:00
parent a819790899
commit 1cbbbeb6b0
+6 -1
View File
@@ -48,6 +48,7 @@ const DocumentsList = ({
onCorrespondentClick, onCorrespondentClick,
activeCorrespondentIdSet, activeCorrespondentIdSet,
scrollRef, scrollRef,
onClearSelection,
}) => { }) => {
const { const {
editingId: editingDocumentId, editingId: editingDocumentId,
@@ -84,7 +85,11 @@ const DocumentsList = ({
return ( return (
<table aria-multiselectable="true"> <table aria-multiselectable="true">
<thead> <thead
onClick={() => {
onClearSelection?.();
}}
>
<tr> <tr>
<th className="thumb-column"></th> <th className="thumb-column"></th>
<th>Name</th> <th>Name</th>