I am using handsontable 9.0.2 version in vue2.
If you copy the contents of the grid that is using syncfusion grid together and paste it to handsontable,
tags like this are pasted together.
If you use the renderer: ‘html’ option, it is not visible, but when you enter edit mode, the tag is exposed again.
I want to show only the text, excluding tags.
If you run the beforePaste function, it looks like an image.