1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-06 15:26:34 +02:00
This commit is contained in:
Yangyang Li
2021-04-01 04:49:06 +08:00
committed by GitHub
parent 2a9ceee03c
commit 6799dfd228

View File

@@ -72,7 +72,7 @@ export const GeneralTransforms: GeneralTransforms = {
prev.children.push(...node.children)
} else {
throw new Error(
`Cannot apply a "merge_node" operation at path [${path}] to nodes of different interaces: ${node} ${prev}`
`Cannot apply a "merge_node" operation at path [${path}] to nodes of different interfaces: ${node} ${prev}`
)
}