Skip to content

Commit

Permalink
Fixed Issue of Error in Reading PDF File (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyowen committed Apr 15, 2022
1 parent 0f85f70 commit e459140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function createWindow() {
height: 680,
show: false,
webPreferences: {
plugins: true,
webSecurity: false,
nodeIntegration: true,
contextIsolation: false,
Expand Down
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */

import React from 'react';
import * as ReactDOMClient from 'react-dom/client';

Expand Down

0 comments on commit e459140

Please sign in to comment.