nested-list icon indicating copy to clipboard operation
nested-list copied to clipboard

Enter behaviour has bug with HTML tags at the end

Open agat opened this issue 2 years ago • 2 comments

Expected behaviour: If cursor located at the end of list item with link or another HTML tag, hitting Enter, empty new item are created.

 * List item with a <a href="#">link at end</a>| <- Cursor here...

After Enter hitting...

 * List item with a <a href="#">link at end</a>
 * |

New empty list item created.

Actual behaviour: Hitting Enter new list item are created with an empty tag at the end.

 * List item with a <a href="#">link at end</a>
 * | <a href="#"></a>

New list item with the empty tag at the end are created.

agat avatar Mar 16 '22 11:03 agat

+1

benlammers avatar Sep 08 '22 12:09 benlammers

Any movement on this or did anyone find a workaround?

ZRogerson avatar Jan 25 '23 00:01 ZRogerson