bhl-forms 0.0.17 → 0.0.18
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/dist/bhl-forms.es.js +1 -1
- package/dist/bhl-forms.iife.js +1 -1
- package/dist/bhl-forms.umd.js +1 -1
- package/package.json +1 -1
package/dist/bhl-forms.es.js
CHANGED
|
@@ -10705,7 +10705,7 @@ const fireStepEvent = (formNode) => (stepResult, stepHistory2, stepQueue2) => {
|
|
|
10705
10705
|
if (formNode.id) {
|
|
10706
10706
|
const form2 = document.getElementById(formNode.id);
|
|
10707
10707
|
if (form2)
|
|
10708
|
-
form2.scrollIntoView();
|
|
10708
|
+
form2.scrollIntoView(true);
|
|
10709
10709
|
}
|
|
10710
10710
|
const form_id = formNode.attrs.formId || window.location.hostname + "-" + formNode.id;
|
|
10711
10711
|
if (typeof window._analytics !== "undefined") {
|