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
I have used cards list inside scroll when clicked on router-link the following error occurred
The error reason is in line 857 in dist
scrollAreaHeight: $scrollArea.children[0].clientHeight, scrollAreaWidth: $scrollArea.children[0].clientWidth,
The text was updated successfully, but these errors were encountered:
Same issue here.
Sorry, something went wrong.
Fix to getSize Function
692bda5
Preventing the issues happening here: BosNaufal#48 Sometimes there is no children which causes undefined issues.
Hello, I think I get the same kind of problem here : With clientHeight I'm using latest version "vue2-scrollbar": "0.0.3"
Confirm, the issue persist on version 0.0.3
No branches or pull requests
I have used cards list inside scroll when clicked on router-link the following error occurred
The error reason is in line 857 in dist
scrollAreaHeight: $scrollArea.children[0].clientHeight,
scrollAreaWidth: $scrollArea.children[0].clientWidth,
The text was updated successfully, but these errors were encountered: