Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When change tag to self-close tag, the tag name is deleted. #25

Open
yubaoquan opened this issue Jul 27, 2017 · 0 comments
Open

When change tag to self-close tag, the tag name is deleted. #25

yubaoquan opened this issue Jul 27, 2017 · 0 comments
Labels

Comments

@yubaoquan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants