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
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
For some reason it indents/outdents only when selecting two blocks of texts separated by... a line break. Meaning <p>abc</p><p>def</p> will not indent.
Try indenting <p>abc<br>d[ef<br>g]hi</p> and you'll get <p> abc<br> def<br> ghi</p>
Try outdenting <p>a [b c<br>d e] f</p> and you'll get <p>abc<br>def</p>.
Well, when the range is collapsed, adding 4 spaces does work.
All tests pass because they are too limited. Is there a reason they don't seem to follow we3's tests?
The text was updated successfully, but these errors were encountered:
For some reason it indents/outdents only when selecting two blocks of texts separated by... a line break. Meaning
<p>abc</p><p>def</p>
will not indent.Try indenting
<p>abc<br>d[ef<br>g]hi</p>
and you'll get<p> abc<br> def<br> ghi</p>
Try outdenting
<p>a [b c<br>d e] f</p>
and you'll get<p>abc<br>def</p>
.Well, when the range is collapsed, adding 4 spaces does work.
All tests pass because they are too limited. Is there a reason they don't seem to follow we3's tests?
The text was updated successfully, but these errors were encountered: