Skip to content

Commit 0a309ec

Browse files
committed
Add missing prop
1 parent ba43c3e commit 0a309ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ class SignaturePad extends Component {
8686
this.props.useFont,
8787
escapedName,
8888
this.props.height,
89-
this.props.width
89+
this.props.width,
90+
this.props.initTimeout
9091
);
9192
var html = htmlContent(injectedJavaScript, this.props.fontStyle);
9293
this.source = {html};

0 commit comments

Comments
 (0)