Closed mrhanlon closed 9 years ago
This only happens when lines selected for multi-line editing are selected bottom-to-top.
Steps to reproduce:
ctrl
shift
<div></
Result:
<div></div> <div>div></ <didiv>v></ <div>div></ <div></div>
If you select lines for multi-line editing from top-to-bottom, instead of bottom-to-top, it works as expected.
This only happens when lines selected for multi-line editing are selected bottom-to-top.
Steps to reproduce:
ctrl
-shift
and press the up arrow in order to select those like for multi-line editing<div></
so that all lines are autoclosedResult:
If you select lines for multi-line editing from top-to-bottom, instead of bottom-to-top, it works as expected.