pict-section-form 1.0.133 → 1.0.134

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pict-section-form",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "Pict dynamic form sections",
5
5
  "main": "source/Pict-Section-Form.js",
6
6
  "directories": {
@@ -709,7 +709,7 @@ class PictFormMetacontroller extends libPictViewClass
709
709
  {
710
710
  this.pict.ContentAssignment.insertContentAfter(`#${tmpPrevDiv.id}`, tmpFormDivContent);
711
711
  tmpFormDivs = this.pict.ContentAssignment.getElement(`#${tmpFormDivID}`);
712
- tmpPrevDiv = tmpFormDivs;
712
+ tmpPrevDiv = tmpFormDivs[0];
713
713
  continue;
714
714
  }
715
715
  tmpDeferredDivID = tmpFormDivID;