@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.
@@ -605,13 +605,6 @@ const VerdocsSign = class {
605
605
  onSkip: () => {
606
606
  this.handleNext();
607
607
  },
608
- onClick: () => {
609
- var _a;
610
- const id = utils.getFieldId(nextField);
611
- const el = document.getElementById(id);
612
- el === null || el === void 0 ? void 0 : el.scrollIntoView({ behavior: 'smooth', block: 'center' });
613
- (_a = el === null || el === void 0 ? void 0 : el.focusField) === null || _a === void 0 ? void 0 : _a.call(el);
614
- },
615
608
  });
616
609
  }
617
610
  }
@@ -928,7 +921,7 @@ const VerdocsSign = class {
928
921
  }
929
922
  return (index.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: () => {
930
923
  this.adoptingSignature = true;
931
- // this.handleNext();
924
+ this.handleNext();
932
925
  }, onNext: () => this.handleNext(), onPrevious: () => this.handlePrev(), onExit: () => this.handleNext() }));
933
926
  })(), index.h("div", { class: `document signed-document-container zoom-${this.zoomLevel}` }, (this.envelope.documents || []).map(envelopeDocument => {
934
927
  const pageNumbers = jsSdk.integerSequence(1, envelopeDocument.pages);