Skip to content

Commit d2cbf78

Browse files
committed
v0.2.5-canary.5
1 parent ba550be commit d2cbf78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ This component does not perform any cloning operations, so every step of the ope
103103
When element is editable:
104104
* `Ctrl/Cmd+Click` => Edit Mode (canary)
105105
* `Enter` => Submit
106+
* `Esc` => Cancel
106107

107108
## Custom themes
108109

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react18-json-view",
3-
"version": "0.2.5-canary.4",
3+
"version": "0.2.5-canary.5",
44
"type": "module",
55
"description": "JSON viewer for react18",
66
"main": "dist/cjs/index.cjs",

0 commit comments

Comments
 (0)