Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
one more ordered result [ squash please]
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Oct 4, 2021
1 parent ce3064f commit bf6dedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/form-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ FormModel.prototype.getRepeatCommentSelector = function( repeatPath ) {
* @return {Element} node
*/
FormModel.prototype.getRepeatCommentEl = function( repeatPath, repeatSeriesIndex ) {
return this.evaluate( this.getRepeatCommentSelector( repeatPath ), 'nodes', null, null, true )[ repeatSeriesIndex ];
return this.evaluate( this.getRepeatCommentSelector( repeatPath ), 'nodes-ordered', null, null, true )[ repeatSeriesIndex ];
};

/**
Expand Down

0 comments on commit bf6dedb

Please sign in to comment.