mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
51 stars 21 forks source link

elementIdAttributes does not work with multiple instances of the field #133

Closed fsavina-akqa closed 2 weeks ago

fsavina-akqa commented 2 weeks ago

If a Nova resource has 2 or more CkEditor fields with the elementIdAttributes button enabled, when the user clicks on the ID button, the Element ID layer is shown on the first field instance, make it impossible to be used on the following fields.

image

mostafaznv commented 2 weeks ago

Thank you for the report. The reported bug has been fixed in 7.3.3

Please update to the latest version, and feel free to reopen this issue if something is wrong.

fsavina-akqa commented 2 weeks ago

Thanks! That was fast ;)