step1: ``` <sometag aaa=111 bbb=222 > </sometag> ``` step2: ``` <sometag aaa=111 bbb=222 /> </sometag> ``` step3: select the right part of tag and delete it , expected: ``` <sometag aaa=111 bbb=222 /> ``` actual: ``` < aaa=111 bbb=222 /> ``` [demo](https://raw.githubusercontent.com/yubaoquan/yubaoquan.github.io/fe6c31a5bb310efed521e1c71627156bd9c083d9/images/Jul-27-2017%2018-00-46.gif)
step1:
step2:
step3: select the right part of tag and delete it ,
expected:
actual:
demo