Skip to content

Commit b60c8c9

Browse files
author
Whitney Shake
committed
Revert "Removed comment"
This reverts commit 6b7e81b.
1 parent ca6d3d9 commit b60c8c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dotnet/APIView/ClientSPA/src/app/_components/code-panel/code-panel.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export class CodePanelComponent implements OnChanges{
4848
ngOnChanges(changes: SimpleChanges) {
4949
if (changes['codePanelRowData']) {
5050
if (changes['codePanelRowData'].currentValue.length > 0) {
51+
// this.setCodePanelRowData(changes['codePanelRowData'].currentValue);
5152
this.loadCodePanelViewPort();
5253
this.updateHasActiveConversations();
5354
} else {

0 commit comments

Comments
 (0)