make default tool pencil
This commit is contained in:
parent
1bc165f621
commit
29fea20cb2
|
@ -112,7 +112,7 @@ class SketchFieldDemo extends React.Component {
|
|||
controlledValue: props.canvasState,
|
||||
shadowWidth: 0,
|
||||
shadowOffset: 0,
|
||||
tool: Tools.Line,
|
||||
tool: Tools.Pencil,
|
||||
fillWithColor: false,
|
||||
fillWithBackgroundColor: false,
|
||||
drawings: [],
|
||||
|
|
Loading…
Reference in New Issue