Skip to content

Commit

Permalink
fix display of multi verse in qlex area
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Jul 8, 2024
1 parent 37248c4 commit 9597dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/step.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ step.util = {
var parts = qLexElements;
var text = $(parts[0]);
for (var i = 1; i < parts.length; i++) {
text.append($(parts[1]));
text.append($(parts[i]));
}
//do the quick note
new QuickLexicon({
Expand Down

0 comments on commit 9597dc1

Please sign in to comment.