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 ba43c3e commit 0a309ecCopy full SHA for 0a309ec
index.js
@@ -86,7 +86,8 @@ class SignaturePad extends Component {
86
this.props.useFont,
87
escapedName,
88
this.props.height,
89
- this.props.width
+ this.props.width,
90
+ this.props.initTimeout
91
);
92
var html = htmlContent(injectedJavaScript, this.props.fontStyle);
93
this.source = {html};
0 commit comments