mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
173 stars 39 forks source link

tinymce.min.js script load twice #17

Closed anatoliy-t7 closed 2 years ago

anatoliy-t7 commented 2 years ago

tinymce.min.js script load twice

Script should load once and only when it is used.

mohamedsabil83 commented 2 years ago

The package was built to work with both FilamentAdmin and FilamentForms. This behavior is because Livewire does not support @puch when late rendering. Caleb plans to support that. until then, according to your project, you can publish the view and remove the @push part.