1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 03:32:36 +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', 'getDecorators',
'getDepth', 'getDepth',
'getDescendant', 'getDescendant',
'getDescendantAtPath',
'getDescendantDecorators', 'getDescendantDecorators',
'getFirstText', 'getFirstText',
'getFragmentAtRange', 'getFragmentAtRange',