You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Clicking in cell in first column with the standalone demo code (npm run build.watch + localhost:8080) does not trigger a copy. Clicking on cell in the 2nd column triggers a copy. Navigating with mouse to first column from 2nd column cell, copy can now be triggered exactly once.
There is a global onCopy handler in the controlled table. Seems like in certain situations the cell's input element may be capturing that event instead.
This may be a regression. Unsure how long this has been a problem.