Skip to content

Commit 71b42af

Browse files
committed
Fixes comparison swap not refreshing properly
1 parent 33acce6 commit 71b42af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/nodes/compareResultsNode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export class CompareResultsNode extends SubscribeableViewNode<CompareView> {
129129
});
130130
}
131131

132+
this._children = undefined;
132133
this.view.triggerNodeChange(this);
133134
}
134135

0 commit comments

Comments
 (0)