From 07972631768fe1b0ddd8eca95fe4665bc565a340 Mon Sep 17 00:00:00 2001 From: Sithel Date: Tue, 7 May 2024 07:44:24 -0700 Subject: [PATCH] turning off preview hack --- src/book.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/book.js b/src/book.js index 289c804..27589dc 100644 --- a/src/book.js +++ b/src/book.js @@ -307,7 +307,7 @@ export class Book { */ async createoutputfiles(isPreview) { // set this to `true` to enable full-book previews (placeholder till it's in the UI) - const fullPreviewDevHack = true; + const fullPreviewDevHack = false; const previewFrame = document.getElementById('pdf'); let previewPdf = null;