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
Canvas.scrollToElement
Describe the Bug
I can only use the Elements when for the canvas.scrollToElement API. When I call canvas.scrollToElement('someID'), an error occurs:
canvas.scrollToElement
canvas.scrollToElement('someID')
Error: <g> attribute transform: Expected number, "matrix(1,0,0,1,NaN,NaN)".
Steps to Reproduce
Expected Behavior
Environment
Please complete the following information:
The text was updated successfully, but these errors were encountered:
fix(canvas): allow IDs for #scrollToElement
761e72e
closes #589
63536e4
marstamm
No branches or pull requests
Describe the Bug
I can only use the Elements when for the
canvas.scrollToElement
API.When I call
canvas.scrollToElement('someID')
, an error occurs:Error: <g> attribute transform: Expected number, "matrix(1,0,0,1,NaN,NaN)".
Steps to Reproduce
canvas.scrollToElement('someID')
Error: <g> attribute transform: Expected number, "matrix(1,0,0,1,NaN,NaN)".
Expected Behavior
OR
Environment
Please complete the following information:
The text was updated successfully, but these errors were encountered: