newbthenewbd / grav-plugin-tinymce-editor

TinyMCE Editor Integration Plugin for Grav
Other
60 stars 10 forks source link

Select textareas by name attribute #53

Open carnevalecloud opened 4 years ago

carnevalecloud commented 4 years ago

I changed the selector being used by TinyMCE from a class shared by all "tinymce" field textareas to the unique name of the textarea. This seems to resolve #42 and also seems to provide better performance as TinyMCE is no longer trying to reinitialize all textareas on the page.