소스 검색

SONAR-17390 Fix snippet expansion

tags/9.7.0.61563
Mathieu Suen 1 년 전
부모
커밋
84e02329e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/ComponentSourceSnippetGroupViewer.tsx

+ 1
- 1
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/ComponentSourceSnippetGroupViewer.tsx 파일 보기

@@ -303,7 +303,7 @@ export default class ComponentSourceSnippetGroupViewer extends React.PureCompone
handleSymbolClick={this.handleSymbolClick}
highlightedLocationMessage={this.props.highlightedLocationMessage}
highlightedSymbols={this.state.highlightedSymbols}
index={index}
index={snippets[index].index}
issue={this.props.issue}
lastSnippetOfLastGroup={lastSnippetGroup && index === snippets.length - 1}
loadDuplications={this.loadDuplications}

Loading…
취소
저장