Skip to content

Commit

Permalink
Merge pull request #2248 from Sefaria/prevent-recreating-textRange
Browse files Browse the repository at this point in the history
create TextRange with section ref as key
  • Loading branch information
akiva10b authored Jan 14, 2025
2 parents 29c8fd3 + 8aeec0e commit bbc24b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/TextColumn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class TextColumn extends Component {
unsetTextHighlight={this.props.unsetTextHighlight}
navigatePanel={this.props.navigatePanel}
translationLanguagePreference={this.props.translationLanguagePreference}
key={sref} />);
key={oref.sectionRef} />);
});

let pre, post, bookTitle;
Expand Down

0 comments on commit bbc24b8

Please sign in to comment.