Skip to content

Removes Tag Name When Deleting Closing Tag #29

Description

@mikebronner

If i'm editing code, and cut the closing tag (for example to past it somewhere else in the code), it deletes that tag name from the opening tag, leaving me with a malformed tag:

<span class="test>
Test
</span>

becomes this, after cutting the closing tag:

< class="test">
Test

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions