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

Fix normalize to join text nodes

This commit is contained in:
Samy Pesse
2016-10-18 21:34:19 +02:00
parent bf8504b8bb
commit e591efae98

View File

@@ -113,7 +113,7 @@ const NO_ADJACENT_TEXT_RULE = {
return pairs.reduce((t, pair) => {
const [ first, second ] = pair
return t.joinNodeByKey(first.key, second.key)
})
}, transform)
}
}