We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9c48d commit 9dffa3bCopy full SHA for 9dffa3b
src/coconut/diffing/internal/VMany.hx
@@ -41,7 +41,7 @@ class RMany<Native> implements RNode<Native> {
41
children.justInsert(cursor, later);
42
43
public function destroy(applicator:Applicator<Native>)
44
- return children.destroy(applicator) + 1;
+ return children.destroy(applicator);
45
46
public function forEach(f)
47
children.forEach(f);
0 commit comments