awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
251 stars 65 forks source link

Actions not working in nested modals #356

Closed awcodes closed 3 months ago

awcodes commented 3 months ago

Filament Version

v.3.2

Plugin Version

v3.2

PHP Version

PHP 8.2

Problem description

When editor is used in a form component action, triggering additional form component actions such as Link and Blocks, doesn't get passed back to the original editor instance and therefore doesn't update the content appropriately.

Expected behavior

Editor should function the same regardless of being in a modal or not.

Steps to reproduce

See demo.

Reproduction repository

No response

Relevant log output

No response