We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6d3d9 commit b60c8c9Copy full SHA for b60c8c9
1 file changed
src/dotnet/APIView/ClientSPA/src/app/_components/code-panel/code-panel.component.ts
@@ -48,6 +48,7 @@ export class CodePanelComponent implements OnChanges{
48
ngOnChanges(changes: SimpleChanges) {
49
if (changes['codePanelRowData']) {
50
if (changes['codePanelRowData'].currentValue.length > 0) {
51
+ // this.setCodePanelRowData(changes['codePanelRowData'].currentValue);
52
this.loadCodePanelViewPort();
53
this.updateHasActiveConversations();
54
} else {
0 commit comments