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

Fix typo #20

Merged
merged 1 commit into from
Nov 30, 2019
Merged

Fix typo #20

merged 1 commit into from
Nov 30, 2019

Conversation

noriyotcp
Copy link
Contributor

isCursonHidden -> isCursorHidden

Before this fix, isCursonHidden was undefined, so the condition was always true and cliCursor.hide() was called.

After the fix, when isCursorHidden is false, cliCursor.hide() is called.

isCursonHidden -> isCursorHidden

Before this fix, isCursonHidden was undefined, so the condition was always true and cliCursor.hide() was called.
After the fix, when isCursorHidden is false, cliCursor.hide() is called.
Copy link
Owner

@jbcarpanelli jbcarpanelli left a comment

Choose a reason for hiding this comment

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

Good catch! Thank you very much for fixing this @noriyotcp! And sorry for the super late response!

To master it goes! 🙌

@jbcarpanelli jbcarpanelli merged commit df4fef7 into jbcarpanelli:master Nov 30, 2019
@noriyotcp noriyotcp deleted the fix-typo branch November 30, 2019 17:47
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