mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 08:34:28 +02:00
Unmemoize filterDescendant
This commit is contained in:
@@ -1312,8 +1312,6 @@ const Node = {
|
|||||||
memoize(Node, [
|
memoize(Node, [
|
||||||
'assertChild',
|
'assertChild',
|
||||||
'assertDescendant',
|
'assertDescendant',
|
||||||
'filterDescendants',
|
|
||||||
'filterDescendantsDeep',
|
|
||||||
'getAncestors',
|
'getAncestors',
|
||||||
'getBlocks',
|
'getBlocks',
|
||||||
'getBlocksAtRange',
|
'getBlocksAtRange',
|
||||||
|
Reference in New Issue
Block a user