1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 20:51:20 +02:00

[slate-react] Pass renderEditor prop through into editor plugin (#1899)

This commit is contained in:
David Chang
2018-06-14 18:17:44 -07:00
committed by Ian Storm Taylor
parent 1385e5c837
commit 5eb04f3650

View File

@@ -10,6 +10,7 @@ const PLUGIN_PROPS = [
...EVENT_HANDLERS,
'decorateNode',
'onChange',
'renderEditor',
'renderMark',
'renderNode',
'renderPlaceholder',