tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 13 forks source link

Why doesn't the outer div have a class name? #53

Open GlodenBoy opened 1 year ago

GlodenBoy commented 1 year ago

image

There should be a tinymce-wrapper by default, right? But I found that no matter whether ClassName is set or not, the class name of div is empty.

exalate-issue-sync[bot] commented 1 year ago

Ref: INT-3002

GlodenBoy commented 1 year ago

image

Field is null

It is enough to remove this judgment, but why is it always null?

Varin6 commented 1 year ago

I have the exact same issue, noticed when I wanted to style the items and use wrapper as base class for scss. I couldn't get ClassName to work at all. Without ClassName it also does not have tinymce-wrapper class.

Varin6 commented 1 year ago

Added pull request that should be fixing this: https://github.com/tinymce/tinymce-blazor/pull/71