We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78a399 commit a94e67cCopy full SHA for a94e67c
apps/OpenSign/src/components/pdf/SignPad.js
@@ -261,7 +261,8 @@ function SignPad({
261
: "2px solid white"
262
}}
263
onClick={() => {
264
- props?.convertToImg(fontSelect, signValue, data);
+ props?.convertToImg &&
265
+ props?.convertToImg(fontSelect, signValue, data);
266
if (key === 0) {
267
setPenColor("blue");
268
} else if (key === 1) {
0 commit comments