Skip to content

Commit

Permalink
FIO-8677: Fixes an issue where its possible to draweon Signature on t…
Browse files Browse the repository at this point in the history
…he View tab of PDF form
  • Loading branch information
alexandraRamanenka committed Nov 18, 2024
1 parent e4f3619 commit 590e895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/signature/Signature.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ export default class SignatureComponent extends Input {
this.setDataToSigaturePad();
}

this.showCanvas(true);
if (!this.disabled) {
this.showCanvas(true);
}
}
}

Expand Down

0 comments on commit 590e895

Please sign in to comment.