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
Allow links to wrap other elements, simplifying the document model and reducing the number of duplicate tags.
Given the following editor content:
<b><u>Hello</u> <i>world</i></b>
When applying a link to the whole range, previously you'd end up with:
<b><u><a href="">Hello</a></u> <i><a href="">world</a></i></b>
Now, only one link tag is created:
<a href=""><b><u>Hello</u> <i>world</i></b></a>
- https://element-io.atlassian.net/browse/PSU-997
- matrix-org/matrix-rich-text-editor#415
Created by @ matthew:matrix.org.
This makes stating room aliases etc impossible
The text was updated successfully, but these errors were encountered: