1
0
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:
Yue
2019-10-07 02:08:25 +13:00
committed by Ian Storm Taylor
parent 8dce7538eb
commit d134f64cd7

View File

@@ -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,