Skip to content

Commit 9dffa3b

Browse files
committed
Fixes #23 (backport from v1).
1 parent ef9c48d commit 9dffa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coconut/diffing/internal/VMany.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class RMany<Native> implements RNode<Native> {
4141
children.justInsert(cursor, later);
4242

4343
public function destroy(applicator:Applicator<Native>)
44-
return children.destroy(applicator) + 1;
44+
return children.destroy(applicator);
4545

4646
public function forEach(f)
4747
children.forEach(f);

0 commit comments

Comments
 (0)