Skip to content

Commit

Permalink
Add opacity reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsec committed Dec 22, 2023
1 parent 182c4ff commit 8392005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/pdfmerge.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ function initWatermarkControls() {
watermarkTextInput.value = '';
watermarkColorInput.value = '#000000';
watermarkGroup.style.display = "none";
watermarkOpacityInput.value = 0.5;

watermarkCheckbox.addEventListener('change', function() {
isWatermarkEnabled = this.checked;
Expand Down

0 comments on commit 8392005

Please sign in to comment.