You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I codign in the HTML view a div tag like <div class="panel-heading"> <h5 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="false" class="collapsed">Collapsible Group Item #1</a> </h5> </div>
And after that the editor view is selected, finding that the format is wrong, so I return to HTML view to check the code, and I find that the editor convert all <div></div> to <p></p>, this happen as well when I set the value directly in the data property and in the editor I enter a new line, in fact I cant continue adding more lines.
I guess that it is an issue, or There is any way to prevent that behviour?
Thanks for the answer and help!!
The text was updated successfully, but these errors were encountered:
If I codign in the HTML view a div tag like
<div class="panel-heading"> <h5 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="false" class="collapsed">Collapsible Group Item #1</a> </h5> </div>
And after that the editor view is selected, finding that the format is wrong, so I return to HTML view to check the code, and I find that the editor convert all
<div></div>
to<p></p>
, this happen as well when I set the value directly in the data property and in the editor I enter a new line, in fact I cant continue adding more lines.I guess that it is an issue, or There is any way to prevent that behviour?
Thanks for the answer and help!!
The text was updated successfully, but these errors were encountered: