1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Add missing next property in rules (#2953)

This commit is contained in:
Zixiang Li
2019-08-05 23:01:24 +08:00
committed by Brendan
parent 7377266b43
commit 7a434ca881

View File

@@ -81,6 +81,7 @@ A dictionary of inlines by type, each with its own set of validation rules.
first: Object|Array,
isVoid: Boolean,
last: Object|Array,
next: Object|Array,
marks: Array,
match: Object|Array,
nodes: Array,