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 for text inputs losing focus when table w/ resizable column unmounts #425

Merged
merged 2 commits into from Oct 28, 2019

Commits on Oct 28, 2019

  1. fix(table): uses a workaround to address a react-draggable bug

    When react-draggable's Draggable component unmounts, it causes text inputs to lose focus. These changes add a workaround for this problem: react-grid-layout/react-draggable#315
    mperrotti committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    12d3e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff8bc01 View commit details
    Browse the repository at this point in the history