1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 04:04:06 +02:00

Merge branch 'master' of github.com:ianstormtaylor/slate

This commit is contained in:
Ian Storm Taylor
2017-09-28 23:04:40 -07:00

View File

@@ -25,7 +25,7 @@ const EMOJIS = [
const schema = {
nodes: {
paragraph: props => <p>{props.children}</p>,
paragraph: props => <p {...props.attributes}>{props.children}</p>,
emoji: (props) => {
const { isSelected, node } = props
const { data } = node