1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 20:51:20 +02:00
This commit is contained in:
David O'Trakoun
2017-09-20 01:01:23 -04:00
committed by Ian Storm Taylor
parent 007c71a928
commit e2d7a3acad

View File

@@ -160,7 +160,7 @@ The `isLine` and `isWord` booleans represent whether the "line modifier" or "wor
Make sure to `event.preventDefault()` if you do not want the default insertion behavior to occur! If no other plugin handles this event, it will be handled by the [Core plugin](./core.md).
### `onKeyUp`
`Function onKeUp(event: Event, data: Object, change: Change, editor: Editor) => Change || Void`
`Function onKeyUp(event: Event, data: Object, change: Change, editor: Editor) => Change || Void`
This handler is called when any key is released in the `contenteditable` element.