emmet icon indicating copy to clipboard operation
emmet copied to clipboard

Check if generated JSX code contains tab stops

Open sergeche opened this issue 5 years ago • 0 comments

In current CodeMirror implementation, the following abbreviation:

<div>MyComponent

gives the following output:

<div>
    <MyComponent></MyComponent>
</div>|

e.g. caret is at the end of expanded snippet, not between <MyComponent></MyComponent>

sergeche avatar Jun 22 '20 22:06 sergeche