Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor/Markdow: allow to change contents on the fly (robsontenorio#572)
* Fixes: robsontenorio#564 Add refreshEditor method to Editor component Introduce a new `refreshEditor` method in the Editor component and enhance the editor initialization with a watcher for content updates, ensuring synchronization between the editor content and the Livewire model. This update improves the component's reactivity and handling of dynamic content changes. * Fixes: robsontenorio#564 Add refreshEditor method to Editor component Introduce a new `refreshEditor` method in the Editor component and enhance the editor initialization with a watcher for content updates, ensuring synchronization between the editor content and the Livewire model. This update improves the component's reactivity and handling of dynamic content changes. * Fixes: robsontenorio#564 Add refreshEditor method to Editor component Introduce a new `refreshEditor` method in the Editor component and enhance the editor initialization with a watcher for content updates, ensuring synchronization between the editor content and the Livewire model. This update improves the component's reactivity and handling of dynamic content changes. * WIP --------- Co-authored-by: Robson Tenório <[email protected]>
- Loading branch information