We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the type definition for scrollTo is wrong: https://github.com/shipshapecode/shepherd/blob/master/src/types/step.d.ts#L118
scrollTo
It is defined as boolean, but in reality it accepts { behavior: string, block?: string }|boolean
{ behavior: string, block?: string }|boolean
The text was updated successfully, but these errors were encountered:
Hi @moxival thanks for letting us know! Would you want to open a PR to fix it?
Sorry, something went wrong.
Hi @rwwagner90 please check PR #494
Successfully merging a pull request may close this issue.
Hi,
the type definition for
scrollTo
is wrong: https://github.com/shipshapecode/shepherd/blob/master/src/types/step.d.ts#L118It is defined as boolean, but in reality it accepts
{ behavior: string, block?: string }|boolean
The text was updated successfully, but these errors were encountered: