mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-09 16:56:36 +02:00
more cleanup
This commit is contained in:
@@ -1089,6 +1089,12 @@ const Node = {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
getClosestInline(child) {
|
||||
return this.getClosest(child, p => p.kind == 'inline')
|
||||
},
|
||||
|
Reference in New Issue
Block a user