diff --git a/src/plugins/schema.js b/src/plugins/schema.js index 698f9cb2d..e867f6c13 100644 --- a/src/plugins/schema.js +++ b/src/plugins/schema.js @@ -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) } }