1
0
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:
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,
onKeyDown: Function,
onKeyUp: Function,
onMouseUp: Function,
onPaste: Function,
onSelect: Function,
renderEditor: Function,