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
Unwrapping <span class="foo"> will not do anything.
DowncastWriter#unwrap() is incorrectly implemented in this regard. When it enters a child, it only looks for full matches, there's no partial unwrapping there.
EDIT: AFAICS the selection doesn't need to be exactly on the <i> element, it can be somewhere inside the <span>.
The text was updated successfully, but these errors were encountered:
For given view and selection:
Unwrapping
<span class="foo">
will not do anything.DowncastWriter#unwrap()
is incorrectly implemented in this regard. When it enters a child, it only looks for full matches, there's no partial unwrapping there.EDIT: AFAICS the selection doesn't need to be exactly on the
<i>
element, it can be somewhere inside the<span>
.The text was updated successfully, but these errors were encountered: