1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-25 16:20:49 +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, [
'assertChild',
'assertDescendant',
'filterDescendants',
'filterDescendantsDeep',
'getAncestors',
'getBlocks',
'getBlocksAtRange',