1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 08:34:28 +02:00

Unmemoize filterDescendant

This commit is contained in:
Soreine
2016-11-01 14:35:44 +01:00
parent c50b124d58
commit f9eda89c33

View File

@@ -1312,8 +1312,6 @@ const Node = {
memoize(Node, [ memoize(Node, [
'assertChild', 'assertChild',
'assertDescendant', 'assertDescendant',
'filterDescendants',
'filterDescendantsDeep',
'getAncestors', 'getAncestors',
'getBlocks', 'getBlocks',
'getBlocksAtRange', 'getBlocksAtRange',