Skip to content

Commit

Permalink
Fix hidden iframe UI in PDF remove password tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Dec 4, 2023
1 parent c51fe4a commit 2709b32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/tools/pdf-remove-password.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ export default class extends ToolView {
}, "Download PDF without password"),
}),
m("iframe.col-7", {
style: {
width: "1px",
height: "1px",
opacity: .01,
},
name: "targetFrame",
}),
]
Expand Down

0 comments on commit 2709b32

Please sign in to comment.