How to add paste functionality to context menu?

Tags: #<Tag:0x00007f8b1df31100>

I’m trying to add paste functionality to the context menu, but I didn’t find it in the documentation.

How can I add this functionality as custom configuration?

Hi @guilherme.farias

It’s not available as the option, as nowadays browsers are blocking pasting from the clipboard. However, there is a workaround that you can use, but we don’t recommend it, as it might not be fully safe anymore. It’s based on an example that we had in older versions of our documentation, but I modernized it.

https://jsfiddle.net/aszymanski/j1pg6aoq/1/