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 2dd32c4 commit b5edf24Copy full SHA for b5edf24
examples/main.jsx
@@ -254,6 +254,7 @@ class SketchFieldDemo extends React.Component {
254
lineWidth={this.state.lineWidth}
255
fillColor={this.state.fillWithColor ? this.state.fillColor : 'transparent'}
256
scaleOnResize={true}
257
+ height={660}
258
defaultData={dataJson}
259
defaultDataType="json"
260
onChange={(e) => {
0 commit comments