Skip to content

Commit b5edf24

Browse files
author
Thomas Bolis
committed
minor attribute change on examples
1 parent 2dd32c4 commit b5edf24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/main.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class SketchFieldDemo extends React.Component {
254254
lineWidth={this.state.lineWidth}
255255
fillColor={this.state.fillWithColor ? this.state.fillColor : 'transparent'}
256256
scaleOnResize={true}
257+
height={660}
257258
defaultData={dataJson}
258259
defaultDataType="json"
259260
onChange={(e) => {

0 commit comments

Comments
 (0)