You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,11 @@ export default App
69
69
| onFocus | ✔️ |`(e) => void`| Method that emits the focus event |
70
70
| onBlur | ✔️ |`(e) => void`| Method that emits the blur event |
71
71
72
+
### Keyboard shortcuts
73
+
74
+
- Undo: `Ctrl + Z`
75
+
- Redo: `Ctrl + Y` / `Ctrl + Shift + Z`
76
+
72
77
## Contribution
73
78
74
79
If you have a suggestion that would make this component better feel free to fork the project and open a pull request or create an issue for any idea or bug you find.\
0 commit comments