Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

Varin6
Copy link
Contributor

@Varin6 Varin6 commented Aug 15, 2023

… 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.

… to Field always being null if Editor is not inside EditForm
@Varin6 Varin6 requested a review from a team as a code owner August 15, 2023 22:07
@Varin6 Varin6 requested review from spocke, TheSpyder and ltrouton and removed request for a team August 15, 2023 22:07
@Varin6
Copy link
Contributor Author

Varin6 commented Aug 18, 2023

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

@jonmcwest
Copy link

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

Copy link
Member

@spocke spocke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that this indeed makes it possible to use the ClassName property when the editor is not in a EditForm.

@spocke spocke merged commit d8a8232 into tinymce:master Dec 20, 2023
2 checks passed
@spocke
Copy link
Member

spocke commented Dec 20, 2023

Merged this thanks for the contribution. 👍

@spocke spocke mentioned this pull request Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants