better preview of files

This commit is contained in:
2025-06-01 12:38:51 +02:00
parent aeefd17b10
commit ea118a37c5
8 changed files with 140 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ export class ViewManager {
this.sortColumn = 'name';
this.sortDirection = 'asc';
this.filePreview = new FilePreview({
containerId: 'roomFilePreviewModal',
containerId: 'filePreviewModal',
onClose: () => {
// Clean up any resources if needed
}