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
So I investigated this issue and the reason we have this extra line is that the LayoutManager in iOS doesn't draw a line unless there is a character on it, so for us to have a bullet on an empty list we need to add an extra character to make it visible.
While in the Aztec editor wasn't an issue, on the blocks where each block is a separate Aztec TextView we will end up seeing a lot of empty line at the end of the list blocks.
Tested on WPiOS with 1.4: wordpress-mobile/WordPress-iOS#11628
The resulting HTML:
cc @SergioEstevao
The text was updated successfully, but these errors were encountered: