Thursday, October 12, 2023

How to disable grammarly in tinymce editor

I have tried data-gramm="false" and hiding it through CSS, but neither of these solutions has worked. If anyone can resolve this issue, please leave a comment.

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...