1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +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) {
return this.getClosest(child, p => p.kind == 'inline')
},