Skip to content

Commit

Permalink
Fix: delete undefined parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingyun committed Oct 10, 2023
1 parent 17c7d99 commit 711e951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ async function createReader(paperId, paperItems) {
console.log('Deleting pages', pageIndexes, degrees);
}
});
readers.push(reader);
reader.enableAddToNote(true);
window._reader = reader;
await reader.initializedPromise;
Expand Down

0 comments on commit 711e951

Please sign in to comment.