You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codePanelData.NodeMetaDataObj[nodeIdHashed].CommentThreadObj.Add(codePanelData.NodeMetaDataObj[nodeIdHashed].CodeLinesObj.Count()-1,commentsForRow);//Map comment to the index of associated codeLine
codePanelData.NodeMetaDataObj[nodeIdHashed].CommentThreadObj.Add(codePanelData.NodeMetaDataObj[nodeIdHashed].CodeLinesObj.Count()-1,commentsForRow);//Map comment to the index of associated codeLine
publicintRowPositionInGroup{get;set;}// The position / index of the row within the group of similar rows
82
+
publicintAssociatedRowPositionInGroup{get;set;}// For comment threads, this is the position of the associated code line within the group of similar rows
publicDictionary<int,CodePanelRowData>CommentThreadObj{get;set;}=newDictionary<int,CodePanelRowData>();//Dictionary key map to the index of the code line within this node which the comment thread is mapped to
<div*uiScroll="let item of codePanelRowSource; let index = index" class="code-line" [attr.data-node-id]="item.nodeIdHashed" [ngClass]="getRowClassObject(item)">
6
+
<div*uiScroll="let item of codePanelRowSource; let index = index" class="code-line" [attr.data-node-id]="item.nodeIdHashed"
0 commit comments