emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

Support outl1ne/nova-translatable package #88

Closed wajdijurry closed 10 months ago

wajdijurry commented 11 months ago

This PR aims to make this package compatible with outl1ne/nova-translatable package.

Referring to these issues: https://github.com/emilianotisato/nova-tinymce/issues/62 https://github.com/emilianotisato/nova-tinymce/pull/83

The fix is inspired from Vue's reactivity and lifecycle hooks. The idea is to watch for changes in the DOM (specifically for the textarea element) and then initialize TinyMCE once those changes occur.

wajdijurry commented 10 months ago

I believe this PR would solve the issue

heshammostafa123 commented 6 months ago

@wajdijurry The problem still exists