From 066e7b85ee594b80594c39f4c79ab7ac7aa4846a Mon Sep 17 00:00:00 2001 From: garrettmills Date: Thu, 18 Feb 2021 10:27:27 -0600 Subject: [PATCH] #86 - remove build error property --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index a4bb710..a3e1d05 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -271,7 +271,7 @@ export class AppComponent implements OnInit { } else if ( result.data === 'export_html' ) { this.exportTargetAsHTML(); } else if ( result.data === 'export_pdf' ) { - this.exportTargetAsPDF(); + // this.exportTargetAsPDF(); } else if ( result.data === 'virtual_root' ) { this.setVirtualRoot(); } else if ( result.data === 'bookmark_add' ) {