@hubsync/esign-web-sdk 6.5.3 → 6.5.4

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.
@@ -626,13 +626,6 @@ export class VerdocsSign {
626
626
  onSkip: () => {
627
627
  this.handleNext();
628
628
  },
629
- onClick: () => {
630
- var _a;
631
- const id = getFieldId(nextField);
632
- const el = document.getElementById(id);
633
- el === null || el === void 0 ? void 0 : el.scrollIntoView({ behavior: 'smooth', block: 'center' });
634
- (_a = el === null || el === void 0 ? void 0 : el.focusField) === null || _a === void 0 ? void 0 : _a.call(el);
635
- },
636
629
  });
637
630
  }
638
631
  }
@@ -949,7 +942,7 @@ export class VerdocsSign {
949
942
  }
950
943
  return (h("verdocs-signing-progress", { mode: mode, current: Math.max(1, currentIndex), total: totalFields, remainingFields: remainingFields, progress: progress, fieldLabel: getFieldLabel(focusedFieldObj), fieldCompleted: focusedFieldObj ? !!isFilled(focusedFieldObj) : false, onStarted: () => {
951
944
  this.adoptingSignature = true;
952
- // this.handleNext();
945
+ this.handleNext();
953
946
  }, onNext: () => this.handleNext(), onPrevious: () => this.handlePrev(), onExit: () => this.handleNext() }));
954
947
  })(), h("div", { class: `document signed-document-container zoom-${this.zoomLevel}` }, (this.envelope.documents || []).map(envelopeDocument => {
955
948
  const pageNumbers = integerSequence(1, envelopeDocument.pages);