tinymce-blazor icon indicating copy to clipboard operation
tinymce-blazor copied to clipboard

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

Open GlodenBoy opened this issue 2 years ago • 4 comments

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.

GlodenBoy avatar Aug 31 '22 06:08 GlodenBoy

Ref: INT-3002

exalate-issue-sync[bot] avatar Aug 31 '22 06:08 exalate-issue-sync[bot]

image

Field is null

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

GlodenBoy avatar Aug 31 '22 06:08 GlodenBoy

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 avatar Aug 15 '23 17:08 Varin6

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

Varin6 avatar Aug 15 '23 22:08 Varin6