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
Should not throw an error
Performing a copy (ctrl/cmd + c) on an active cell throws an error:
Uncaught TypeError: Cannot read properties of undefined (reading 'type') at util.js:1068:1 at index.js:547:1 at e.copy (index.js:2278:1)
It works as expected if the cell is "selected" and not just "active".
Mac OS Chrome
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior and actual behavior.
Should not throw an error
Steps to reproduce the problem.
Performing a copy (ctrl/cmd + c) on an active cell
throws an error:
Uncaught TypeError: Cannot read properties of undefined (reading 'type')
at util.js:1068:1
at index.js:547:1
at e.copy (index.js:2278:1)
It works as expected if the cell is "selected" and not just "active".
Specifications like the version of the project, operating system, or hardware.
Mac OS
Chrome
The text was updated successfully, but these errors were encountered: