소스 검색

Fixes comparison swap not refreshing properly

main
Eric Amodio 5 년 전
부모
커밋
71b42af211
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/views/nodes/compareResultsNode.ts

+ 1
- 0
src/views/nodes/compareResultsNode.ts 파일 보기

@ -129,6 +129,7 @@ export class CompareResultsNode extends SubscribeableViewNode {
});
}
this._children = undefined;
this.view.triggerNodeChange(this);
}

불러오는 중...
취소
저장