TinyMCE has a built-in contextmenu which activates when you right-click in the content editor area. I need to remove this menu due to the copy/cut/paste in the menu. It fo
In version 5, context menu is built in the core. This has helped me:
tinymce.init({ ... contextmenu: false, ... });