Hello, I’m using version 14.6.1 of the Handsontable library, and I had implemented cell copy-paste functionality using the afterPaste()
hook, which was working fine previously. However, I recently noticed that it has stopped working. I’ve tested it in both Microsoft Edge and Google Chrome browsers, but it’s still not functioning.
Could you please help me identify the issue and suggest how I can resolve it?
Cell copy paste non-functional in handsontable
Hi @rupeshfend
This issue was introduced by the changes in Google Chrome API in version 133. The fix is available in Handsontable versions 14.6.2, 15.0.1 and higher.
1 Like
“Ok, thank you for your reply. Just to clarify, will upgrading the library from version 14.6.1 to 14.6.2 cause any functionality issues?”
Version 14.6.2 contains only a fix to the copy/paste issue. Otherwise it’s the same build as 14.6.1.
1 Like
Thank you for your prompt support and assistance! I really appreciate it.