mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
more cleanup
This commit is contained in:
parent
08b77d4c88
commit
24dd5ba34c
@ -1089,6 +1089,12 @@ const Node = {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
getClosestInline(child) {
|
||||
return this.getClosest(child, p => p.kind == 'inline')
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user