style
ci / docker (backend, backend/Dockerfile, backend) (push) Successful in 3m24s
ci / docker (frontend, frontend/Dockerfile, frontend) (push) Successful in 3m43s

This commit is contained in:
2025-10-16 16:15:36 +02:00
parent 41f17733a5
commit 9405f07f06
4 changed files with 43 additions and 17 deletions
+6
View File
@@ -1246,6 +1246,11 @@ const AppLayout = () => {
[handleRowSelection],
);
const clearDocumentSelection = useCallback(() => {
setFocusedRowKey(null);
applySelection([], { anchor: null, interactedKeys: [] });
}, [applySelection]);
const handleFolderRowClick = useCallback(
(folderId, event) => {
const rowKey = resolveFolderRowKey(folderId);
@@ -4522,6 +4527,7 @@ const AppLayout = () => {
onDocumentTagDrop: handleDocumentTagDrop,
viewMode: documentsViewMode,
onViewModeChange: handleDocumentsViewModeChange,
onClearSelection: clearDocumentSelection,
};
const detailPanelProps = {