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: Wrong condition for coordinate options #681

Merged
merged 1 commit into from
Jun 15, 2024
Merged

Conversation

dmtrKovalenko
Copy link
Owner

No description provided.

Copy link

what-the-diff bot commented Jun 15, 2024

PR Summary

  • Improvement in Position Defining Process
    The changes have been made on how the position is being set. Earlier, position was set when both options.x and options.y were null. Now, it's been improved to do so when either options.x or options.y is precisely a number. This raises the bar for the condition to be met, hence making the system more robust.

  • Corrected a Typographical Error
    The variable options.touchPosition was initially misspelled which could have led to technical glitches. This typo has been now rectified which increases the overall system efficiency.

  • Enhanced Variable Definition
    The variables length and step are now being defined with higher data precision in mind. Earlier, it used an OR operator and now it's been changed to a nullish coalescing operator. This allows more specific, reliable and fault-proof data definition.

@dmtrKovalenko dmtrKovalenko merged commit 3bb3234 into develop Jun 15, 2024
4 checks passed
@dmtrKovalenko
Copy link
Owner Author

🎉 This PR is included in version 1.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

1 participant