chore(pdfjs): fix partially removed method

This commit is contained in:
Elian Doran
2025-12-30 01:43:07 +02:00
parent ff97461ff8
commit 76cfced60f

View File

@@ -9,9 +9,6 @@ async function main() {
}
const app = window.PDFViewerApplication;
if (LOG_EVENT_BUS) {
patchEventBus();
}
app.eventBus.on("documentloaded", () => {
manageSave();
});