You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pretty smart solution, it's really stupid of me not to put it on the global _openAction method lol
Thank you!
I'm about to release a version, so it's good that you found this bug.
I'd be really grateful if you could submit a PR :D
I noticed the
stepchange
event was not being fired when clicking on title linkes.Moving/adding "stepper.dispatchEvent(events.STEPCHANGE);" from
openStep
,nextStep
,prevStep
and into_openAction
fixed the issue.The text was updated successfully, but these errors were encountered: