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
Unfortunately, we must achieve this when rendering a block which ends with a line break:
<p>...<br>BLOCK_FILLER</p>
BLOCK_FILLER is a <br data-cke-filler=true> inside the editing view and in the data.
So, we need to adjust the logic which decides where to place block fillers. In general, block filler is needed after a <br> if that <br> is the last node of a container element:
Unfortunately, we must achieve this when rendering a block which ends with a line break:
BLOCK_FILLER
is a<br data-cke-filler=true>
inside the editing view and
in the data.So, we need to adjust the logic which decides where to place block fillers. In general, block filler is needed after a
<br>
if that<br>
is the last node of a container element:The text was updated successfully, but these errors were encountered: