Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: hitting tab key inserts a tab in codemirror (#2477)
Fixes #2458 Before, tabbing would change the focus to the next element on the page. This adds the correct key binding so that hitting tab within the codemirror editor actually inserts 2 spaces.
- Loading branch information