Hi everyone,
I wonder if is possible to make editor not to add class=“ProseMirror” when attaching it to the container?
Hi everyone,
I wonder if is possible to make editor not to add class=“ProseMirror” when attaching it to the container?
No, that’s hard-coded (and you should be including prosemirror.css
from the prosemirror-view package to get some essential styles for that class). Why do you want to remove it?
Hi Marijn, thanks for quick reply. Understood. No big reason, just was curious.