tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 13 forks source link

Fixed issue where GetClassName would never set user defined class due… #71

Closed Varin6 closed 8 months ago

Varin6 commented 1 year ago

… to Field always being null if Editor is not inside EditForm. I believe that the condition was missing as checking for Field here only makes sense if we also check that EditContent isn't null.

Varin6 commented 1 year ago

Is there any action expected from me before this can be merged/approved?

jonmcwest commented 11 months ago

Thank god for this, it was giving me a nightmare.

spocke commented 8 months ago

Merged this thanks for the contribution. 👍