From ee9f844317a5bd541a50cf9dfd9858e3378de646 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 25 Sep 2023 12:55:04 -0700 Subject: [PATCH] disable hover and click on redactions in downloaded redline pdf --- web/src/components/FOI/Home/Redlining.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/FOI/Home/Redlining.js b/web/src/components/FOI/Home/Redlining.js index b578d87ca..ee41813a3 100644 --- a/web/src/components/FOI/Home/Redlining.js +++ b/web/src/components/FOI/Home/Redlining.js @@ -2037,6 +2037,7 @@ const Redlining = React.forwardRef( // saves the document with annotations in it xfdfString: xfdfString, downloadType: downloadType, + flatten: true }) .then(async (_data) => { const _arr = new Uint8Array(_data);