We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a div with contenteditable has some text and the text is selected, then cell select and copy doesn't work. It copies text from div.
Link to code example: I'm not able to create a codesandbox unfortunately because it is not allowing install from git commit.
react-data-grid
react
react-dom
Root cause of the problem looks to be -
react-data-grid/src/DataGrid.tsx
Line 616 in 4faa0a1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a div with contenteditable has some text and the text is selected, then cell select and copy doesn't work. It copies text from div.
To Reproduce
Link to code example:
I'm not able to create a codesandbox unfortunately because it is not allowing install from git commit.
Environment
react-data-grid
version: latest source code.react
/react-dom
version: 18Additional context
Root cause of the problem looks to be -
react-data-grid/src/DataGrid.tsx
Line 616 in 4faa0a1
The text was updated successfully, but these errors were encountered: