mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
164 stars 37 forks source link

Fix initialisation of deleted editors #105

Closed chosten closed 8 months ago

chosten commented 8 months ago

This PR fixes 2 problems that occurs mainly when using repeaters or builders.

The first commit fixes the following error that occurs after removing a block containing a tinyeditor. image

The second commit prevent the tinySettingsCopy array from growing up after each livewire redraw.

mohamedsabil83 commented 8 months ago

Thanks