The scroll to top behaviour is not working when clicking "Next" on the Membership Calculator.
This happens because once('openy-calc-scroll', '#membership-calc-wrapper', context) returns [] when context has a <div id="membership-calc-wrapper"></div> as a root element. We get this when the form is rebuilt and returned via AJAX.
The PR is aimed to remove the usage of the context.
The scroll to top behaviour is not working when clicking "Next" on the Membership Calculator.
This happens because
once('openy-calc-scroll', '#membership-calc-wrapper', context)
returns[]
whencontext
has a<div id="membership-calc-wrapper"></div>
as a root element. We get this when the form is rebuilt and returned via AJAX.The PR is aimed to remove the usage of the
context
.