Skip to content

Close Tag stopped working #196

@difelice

Description

@difelice

On latest build the action close_tag stopped working.

Placing the cursor right after {'hello'} and then hitting Edit > Tag > Close Tag (super+alt+.) does nothing:

render: function() {
        return (
            <div>{'Hello'}
        );
}

Before and expected:

render: function() {
        return (
            <div>{'Hello'}</div>
        );
}

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions