mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 20:51:20 +02:00
Added onMouseUp into available hooks. (#3047)
This commit is contained in:
@@ -19,6 +19,7 @@ In addition to the [core plugin hooks](../slate/plugins.md), when using `slate-r
|
||||
onFocus: Function,
|
||||
onKeyDown: Function,
|
||||
onKeyUp: Function,
|
||||
onMouseUp: Function,
|
||||
onPaste: Function,
|
||||
onSelect: Function,
|
||||
renderEditor: Function,
|
||||
|
Reference in New Issue
Block a user