1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Chore: Complete pdf-js update

This commit is contained in:
Laurent Cozic 2022-11-15 11:39:51 +00:00
parent ceb1db5379
commit 060e78577d

View File

@ -117,7 +117,6 @@ export default class PdfDocument {
textLayerDiv.style.width = `${viewport.width}px`;
await pdfjsLib.renderTextLayer({
textContent: txtContext,
enhanceTextSelection: true,
container: textFragment,
viewport: viewport,
textDivs: [],