add and view docments on chat solved

This commit is contained in:
Equilibrium ITO
2024-03-14 09:10:17 +01:00
parent 5b7224dbd6
commit 8cb9961bad
19 changed files with 230 additions and 25 deletions
+1 -1
View File
@@ -1923,7 +1923,7 @@
}
if (file) {
PDFViewerApplication.open(file);
PDFViewerApplication.open(new URLSearchParams(window.location.search).get("file"));
}
};
}