You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
(ugh, I don't know why GitHub is formatting this so badly... fix the code to be properly indented before continuing with the next steps)
2. Put the cursor after the **
3. Press enter, tab, type " * "
4. Now type @param {foo}
Result:
When you type the "{" the entire line gets back-indented one tab (back to zero indentation).
If you correct it and then finish typing, it gets back-indented again when you type the "}".
Expected:
No indentation change.
This repros in the vanilla CodeMirror demo too, so marking it as external.