-
Notifications
You must be signed in to change notification settings - Fork 278
fix(ui5-tabcontainer): Improve drag-and-drop to handle fast keyboard moves #12183
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
Conversation
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.
Please consider:
fix(ui5-tabcontainer): Improve drag-and-drop to handle fast keyboard moves
If of any additional value, please consider as well:
- The TabContainer implementation now uses a
_dragging
flag to block concurrent tab moves while a drag is in progress.
Done. |
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.
Looks good.
🧹 Preview deployment cleaned up: https://pr-12183--ui5-webcomponents.netlify.app |
🎉 This PR is included in version v2.15.0-rc.3 🎉 The release is available on v2.15.0-rc.3 Your semantic-release bot 📦🚀 |
The TabContainer implementation now uses a _dragging flag to block concurrent tab moves while a drag is in progress.
fixes #11345