-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
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
Labels
No labels