mohamedsabil83 / filament-forms-tinyeditor

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

Content disappears after reordering in a repeater #23

Closed SebastiaanKloos closed 2 years ago

SebastiaanKloos commented 2 years ago

CleanShot 2022-06-17 at 11 58 55

mohamedsabil83 commented 2 years ago

are there any errors appearing in the console?

SebastiaanKloos commented 2 years ago

are there any errors appearing in the console?

No none at all. That's why it's really weird. Do you want me to share a form config that causes this?

mohamedsabil83 commented 2 years ago

Yeah, maybe I notice something. Also, I guess it may be related to the mechanism of the livewire and may be solved by identifying it with something like wire:key. I'll check about it and the way that repeater work.

SebastiaanKloos commented 2 years ago

@mohamedsabil83 I guess it has to do with the dom being changed, but the state is still the same

mohamedsabil83 commented 2 years ago

I dig about it and I guess the issue because TinyEditor does not support drag & drop