Skip to content

Commit c9c57cf

Browse files
committed
docs: update README
1 parent 08e974e commit c9c57cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const handleUndo = () => {
5656
};
5757

5858
const handleDisabled = () => {
59-
return state.disabled = !state.disabled;
59+
return state.value.disabled = !state.value.disabled;
6060
};
6161

6262
const handleFromDataURL = (url: string) => {

0 commit comments

Comments
 (0)