mirror of
https://github.com/zadam/trilium.git
synced 2026-01-26 17:19:13 +01:00
chore(pdfjs): fix partially removed method
This commit is contained in:
@@ -9,9 +9,6 @@ async function main() {
|
||||
}
|
||||
const app = window.PDFViewerApplication;
|
||||
|
||||
if (LOG_EVENT_BUS) {
|
||||
patchEventBus();
|
||||
}
|
||||
app.eventBus.on("documentloaded", () => {
|
||||
manageSave();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user