Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable indents with tab in codemirror #5100

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

bmesuere
Copy link
Member

@bmesuere bmesuere commented Nov 1, 2023

This pull request enables indenting with tab in the codemirror editor. This was disabled by default for accessibility reasons, but since we enabled this in ACE, it makes sense to also enable it here.

Closes #5097

@bmesuere bmesuere added the bug Something isn't working label Nov 1, 2023
@bmesuere bmesuere requested a review from a team as a code owner November 1, 2023 14:27
@bmesuere bmesuere requested review from niknetniko and chvp and removed request for a team November 1, 2023 14:27
@bmesuere bmesuere merged commit ab89fe0 into main Nov 6, 2023
14 of 15 checks passed
@bmesuere bmesuere deleted the fix/tab-in-codemirror branch November 6, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow (un)indent in editor
3 participants