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(ui): GridEditable on resize cleanup #29392

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

Zylphrex
Copy link
Member

Previously, the mouse up handler was not cleaning up correctly if no onResizeColumn
handler was specified causing the resize to never stop. This ensures that the
cleanup is properly executed after mouse up and stops the resize.

Previously, the mouse up handler was not cleaning up correctly if no onResizeColumn
handler was specified causing the resize to never stop. This ensures that the
cleanup is properly executed after mouse up and stops the resize.
@Zylphrex Zylphrex requested a review from a team as a code owner October 18, 2021 22:11
@Zylphrex Zylphrex requested a review from a team October 19, 2021 17:49
Copy link
Member

@k-fish k-fish left a comment

Choose a reason for hiding this comment

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

I think I've run into this before, if so, thanks for fixing it 👍

@Zylphrex Zylphrex merged commit fa02c2c into master Oct 20, 2021
@Zylphrex Zylphrex deleted the fix/grid-editable-on-resize-cleanup branch October 20, 2021 14:08
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants