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

Add sortedItems prop, fix Chrome bug #351

Merged
merged 1 commit into from
May 30, 2021
Merged

Add sortedItems prop, fix Chrome bug #351

merged 1 commit into from
May 30, 2021

Conversation

Vestride
Copy link
Owner

@Vestride Vestride commented May 30, 2021

Fixes for #268 and #314

Mostly prettier changes.

Comment on lines +14 to +16
const { width } = window.getComputedStyle(e, null);
// Fix for issue #314
value = Math.round(getNumber(width)) === 10;
Copy link
Owner Author

Choose a reason for hiding this comment

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

Using suggestion from #314

@Vestride Vestride merged commit 9f79d9f into main May 30, 2021
@Vestride Vestride deleted the sorted-items branch May 30, 2021 01:56
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.

1 participant