tinymce-blazor
tinymce-blazor copied to clipboard
Why doesn't the outer div have a class name?
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.
Ref: INT-3002
Field is null
It is enough to remove this judgment, but why is it always null?
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.
Added pull request that should be fixing this: https://github.com/tinymce/tinymce-blazor/pull/71