Hello,
We are trying to add the tinymce inside modal which the menus are not sticking
Here is the link:
https://fiddle.tiny.cloud/5iDBNoPqLk/1
We have asked tinymce this issue and they replied the issue is fixed in 6.4 version.
Could you please let us know what we should do to solve the problem using our metronic theme (keenthemes)?
Hi,
You can use the latest Tinymce by changing the version to "tinymce": "^7.1.2" in tools/package.json and install the new TinyMCE version using "npm install" or "yarn". commands.
Then in "tools/gulp.config.js" revise the Tinymce assets(see: "tinymcejs") if any change in the new version.
Regards