Skip to content

Commit

Permalink
Merge pull request #491 from bcgov/dev-marshal-NK-4450
Browse files Browse the repository at this point in the history
disable hover and click on redactions in downloaded redline pdf
  • Loading branch information
nkan-aot authored Sep 25, 2023
2 parents c17a4af + ee9f844 commit 27a2458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/FOI/Home/Redlining.js
Original file line number Diff line number Diff line change
Expand Up @@ -2049,6 +2049,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);
Expand Down

0 comments on commit 27a2458

Please sign in to comment.