In my table, there are two columns: name and code. I have developed a simple custom editor for the code column, where the user can double click on a cell to open a custom dialog with a code editor. You can view a simplified example of this functionality here.
However, I am facing an issue with the copy/paste functionality. After editing the code in the cell using my custom editor and saving it, the value is not copied when I try to use Ctrl+C to copy it.
The question is: Is this a bug in Handsontable or did I miss something while implementing the custom editor? How should I modify my custom editor to ensure that the copy-paste feature works correctly?
Here is the code for the editor:
// Insert code here...
System Specifications: Angular version: 1.6.1 Handsontable version: 0.31.2 Chrome version: Version 58.0.3029.81