Skip to content

Commit 88eb170

Browse files
committed
change to be able to modify image on loading
1 parent aeb079d commit 88eb170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class SketchFieldDemo extends React.Component {
121121
backgroundColor: 'transparent',
122122
shadowWidth: 0,
123123
shadowOffset: 0,
124-
tool: Tools.Pencil,
124+
tool: Tools.Select,
125125
enableRemoveSelected: false,
126126
fillWithColor: false,
127127
fillWithBackgroundColor: false,

0 commit comments

Comments
 (0)