非dicom阅片更改

This commit is contained in:
2025-03-03 13:46:57 +08:00
parent 5f960348ed
commit 3aa66af253
5 changed files with 453 additions and 18 deletions
+2
View File
@@ -2759,6 +2759,8 @@ function webViewerTouchStart(evt) {
}
function webViewerClick(evt) {
console.log('webViewerClick')
window.parent.postMessage({ type: 'pdf-clicked', data: {baseUrl: PDFViewerApplication.baseUrl}})
if (!PDFViewerApplication.secondaryToolbar.isOpen) {
return;
}