We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277ce32 commit 0366c38Copy full SHA for 0366c38
Content Security Policy/src/index.js
@@ -10,8 +10,6 @@ export function App() {
10
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
11
resourceUrl="https://cdn.syncfusion.com/ej2/29.1.37/dist/ej2-pdfviewer-lib"
12
style={{ 'height': '680px' }}
13
- // Enable or disable pinch zoom.
14
- enableLocalStorage = "true"
15
>
16
<Inject services={[Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, BookmarkView, ThumbnailView,
17
Print, TextSelection, TextSearch, FormFields, FormDesigner]} />
0 commit comments