From a05d34e0e6b61e56c3801218eae0ff20bcd8582b Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 20 Feb 2017 23:00:47 +0100 Subject: [PATCH] use iframe for pdf preview, embed has weird caching issues --- webapp/views/components/Preview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/views/components/Preview.js b/webapp/views/components/Preview.js index a5ef04c..886169e 100644 --- a/webapp/views/components/Preview.js +++ b/webapp/views/components/Preview.js @@ -20,6 +20,6 @@ export default props => { } return ( - + ); };