awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
290 stars 79 forks source link

[3.x] fix: Delay refresh editor handler to next tick #149

Closed pboivin closed 1 year ago

pboivin commented 1 year ago

Proposed fix for:

I think the issue is caused by Livewire 3 request batching.


Closes #145