Skip to content
New issue

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

Not enough content error #4

Closed
harryheman opened this issue Feb 7, 2022 · 2 comments
Closed

Not enough content error #4

harryheman opened this issue Feb 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@harryheman
Copy link

Hello, my friend. Great tool, but when actual height of scrolling container > config.dimensions.height (when we have little content) , we get TypeError: Cannot set properties of undefined (setting 'opacity') from this code:

var hideElement = this.hideElement = function hideElement(element, value) {
    element.style.opacity = value;
}
@BMSVieira
Copy link
Owner

BMSVieira commented Feb 7, 2022

Hello,
Yes, it is a bug.. it will be fixed very soon in the next commit.

Thank you!

@BMSVieira BMSVieira added the bug Something isn't working label Feb 7, 2022
BMSVieira added a commit that referenced this issue Feb 7, 2022
Fixed bug (#4)
Overall improvements
@BMSVieira
Copy link
Owner

Fixed in the last commit, thank you for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants