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

Remove the visibility check as it was causing issues. #167

Merged
merged 1 commit into from
May 2, 2024

Conversation

jgstroud
Copy link
Collaborator

@jgstroud jgstroud commented May 2, 2024

@dkerr64 This patch seem to be working

Copy link
Collaborator

@dkerr64 dkerr64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it okay to remove that. I checked the docs and it does warn that this function has limited availability, so may not work in all browsers.

https://developer.mozilla.org/en-US/docs/Web/API/Element/checkVisibility

can remove the setting to false and just have...

let prerelease = document.getElementById("prerelease").checked;

@jgstroud jgstroud merged commit 1421a71 into ratgdo:main May 2, 2024
@jgstroud
Copy link
Collaborator Author

jgstroud commented May 2, 2024

Ugh... I need to quit rushing. I made the change you requested and didnt push it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants