-
Notifications
You must be signed in to change notification settings - Fork 146
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
replace last jquery with plain browser api #2222
replace last jquery with plain browser api #2222
Conversation
1a17ae3
to
f75423c
Compare
Huh? Wouldn't the real fix be to replace the |
if (event.oldIndex && event.newIndex) { | ||
if (event.oldIndex !== undefined && event.newIndex !== undefined) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since migration to typescript: if indices were 0, this did not work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ UI works
Thanks for fixing the bug with ordering the first item as well 🎆
close #2217