tag drop works

This commit is contained in:
2025-11-07 12:00:28 +01:00
parent 30b90a5bf5
commit ae1884045d
5 changed files with 23 additions and 11 deletions
+4 -4
View File
@@ -5045,7 +5045,7 @@ const AppLayout = () => {
detailPanelOpen,
onCloseDetailPanel: handleDetailPanelClose,
resolveThumbnailUrl: resolveThumbnailUrlForDoc,
onAssignTagToDocument: handleDocumentTagAttach,
onAssignTagToDocument: handleDocumentTagDrop,
onRemoveTagFromDocument: handleTagRemove,
ensureAssetUrl,
getDocumentAsset,
@@ -5089,7 +5089,7 @@ const AppLayout = () => {
handleDetailPanelClose,
handleDeskDocumentOpen,
resolveThumbnailUrlForDoc,
handleDocumentTagAttach,
handleDocumentTagDrop,
handleTagRemove,
ensureAssetUrl,
getDocumentAsset,
@@ -5124,7 +5124,7 @@ const AppLayout = () => {
refreshTags,
handleTagUpdate,
handleTagDelete,
handleDocumentTagAttach,
handleDocumentTagDrop,
correspondents,
refreshCorrespondents,
handleCorrespondentUpdate,
@@ -5174,7 +5174,7 @@ const AppLayout = () => {
refreshTags,
handleTagUpdate,
handleTagDelete,
handleDocumentTagAttach,
handleDocumentTagDrop,
correspondents,
refreshCorrespondents,
handleCorrespondentUpdate,