1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 11:12:42 +02:00

Memoize getDescendantAtPath

This commit is contained in:
Soreine
2016-11-01 13:30:12 +01:00
parent 136867d240
commit 5c6e4b944c

View File

@@ -1333,6 +1333,7 @@ memoize(Node, [
'getDecorators',
'getDepth',
'getDescendant',
'getDescendantAtPath',
'getDescendantDecorators',
'getFirstText',
'getFragmentAtRange',