refactor document viewer UI buttons and props.

This commit is contained in:
2025-12-03 22:48:18 +01:00
parent e46318aee5
commit dad6f1e0b8
3 changed files with 41 additions and 58 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export const useWorkspaceSurface = ({
<DocumentViewerPanel
variant="sidebar"
sidebarMode={sidebarMode}
onCollapsePanel={onClose}
onClosePanel={onClose}
onMaximizePanel={onOpenPreview}
tagOptions={tagOptions}
{...restDetailProps}