mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-18 21:21:21 +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,
|
onFocus: Function,
|
||||||
onKeyDown: Function,
|
onKeyDown: Function,
|
||||||
onKeyUp: Function,
|
onKeyUp: Function,
|
||||||
|
onMouseUp: Function,
|
||||||
onPaste: Function,
|
onPaste: Function,
|
||||||
onSelect: Function,
|
onSelect: Function,
|
||||||
renderEditor: Function,
|
renderEditor: Function,
|
||||||
|
Reference in New Issue
Block a user