1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-09 16:56:36 +02:00

more cleanup

This commit is contained in:
Ian Storm Taylor
2016-06-22 19:01:50 -07:00
parent 08b77d4c88
commit 24dd5ba34c

View File

@@ -1089,6 +1089,12 @@ const Node = {
getClosestInline(child) { getClosestInline(child) {
return this.getClosest(child, p => p.kind == 'inline') return this.getClosest(child, p => p.kind == 'inline')
}, },