mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-05 22:12:49 +02:00
Fix forgotten props 'block' for Leaf (#707)
This commit is contained in:
parent
7b4beffabf
commit
affb2eb56a
@ -152,7 +152,7 @@ class Void extends React.Component {
|
||||
*/
|
||||
|
||||
renderLeaf = () => {
|
||||
const { node, schema, state, editor } = this.props
|
||||
const { block, node, schema, state, editor } = this.props
|
||||
const child = node.getFirstText()
|
||||
const ranges = child.getRanges()
|
||||
const text = ''
|
||||
@ -167,6 +167,7 @@ class Void extends React.Component {
|
||||
return (
|
||||
<Leaf
|
||||
key={offsetKey}
|
||||
block={block}
|
||||
editor={editor}
|
||||
index={index}
|
||||
marks={marks}
|
||||
|
Loading…
x
Reference in New Issue
Block a user