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
$([]).onscreen() will error, it should return undefined. It is currently preventing bookmarking from returning users to their previous page due to this line https://github.com/adaptlearning/adapt-contrib-bookmarking/blob/f3c95c09426bfa330a687a36883974b20b31db03/js/adapt-contrib-bookmarking.js#L144
$([]).onscreen()
The text was updated successfully, but these errors were encountered:
Fix: inview return undefined when no element supplied (fixes #598)
6522bd9
Fix: inview return undefined when no element supplied (fixes #598) (#599
292a1a8
)
Chore(release): 6.60.1
89a0421
## [6.60.1](v6.60.0...v6.60.1) (2024-10-28) ### Fix * inview reprocess on window resize (fixes #596) (#597) ([151079f](151079f)), closes [#596](#596) [#597](#597) * inview return undefined when no element supplied (fixes #598) (#599) ([292a1a8](292a1a8)), closes [#598](#598) [#599](#599)
oliverfoster
Successfully merging a pull request may close this issue.
Subject of the issue
$([]).onscreen()
will error, it should return undefined. It is currently preventing bookmarking from returning users to their previous page due to this line https://github.com/adaptlearning/adapt-contrib-bookmarking/blob/f3c95c09426bfa330a687a36883974b20b31db03/js/adapt-contrib-bookmarking.js#L144The text was updated successfully, but these errors were encountered: