1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 08:34:28 +02:00
This commit is contained in:
Ian Storm Taylor
2018-11-09 17:25:45 -08:00
parent b01992474c
commit 6cd1c0968e

View File

@@ -157,7 +157,7 @@ function SchemaPlugin(schema) {
*/
function defaultNormalize(editor, error) {
const { code, node, child, next, previous, key, mark, index } = error
const { code, node, child, next, previous, key, mark } = error
switch (code) {
case 'child_max_invalid':