This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Commit 2ad959e
committed
Prevent closing tags after self-closing JSX tags
FIX: Fix a bug that would cause self-closing JSX tags to have another
closing tag inserted when typing the final '>'.
Closes codemirror/dev#13391 parent ee3752b commit 2ad959e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments