Tab adds space to adjacent tag
Describe the bug Pressing Tab sometimes adds space inside the nearest tag
To Reproduce Steps to reproduce the behavior:
- Press the "New file" button
- Place the cursor before the
<mjml>tag - Press Tab
Expected behavior
The tag is indented.
<mjml>
Actual behavior
Space is added within the tag.
< mjml>
MJML environment (please complete the following information):
- OS: MacOS Sonoma 14.7 (23H124)
- MJML Version: v^4.12.0
- MJML tool used: MJML App v3.0.4
Email sending environment(for rendering issues): N/A
Affected email clients (for rendering issues): N/A
Screenshots N/A
Additional context N/A
Moving this to MJML APP repo instead, but I don't know if I'll be able to work on this. This is so weird because we rely on CodeMirror for the editor and it shouldn't happening as the web version of try it live use exactly the same editor
Sorry, I thought his was the MJML app repo. Where can I find that?