Преглед на файлове

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…
Отказ
Запис