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

Fix: Should be able to insert tabs using tab key when not in a list #2518

Merged
merged 1 commit into from
Dec 11, 2020

Conversation

codebykat
Copy link
Member

Fix

In adding tabbing for lists in #2515 I accidentally disabled Tab key to insert tabs when not in a list. This PR restores the default behavior.

Test

  1. Use Tab key within normal text; does it insert spaces at the cursor?
  2. Use Tab key on empty line; does it insert spaces at the cursor?
  3. Use Tab key inside a list item; does it change the nesting level of the entire line?

Release

N/A (update to #2515)

@codebykat codebykat requested a review from a team December 11, 2020 22:11
@codebykat codebykat self-assigned this Dec 11, 2020
@codebykat codebykat added this to the 2.4.0 milestone Dec 11, 2020
@codebykat codebykat merged commit 78acc9d into develop Dec 11, 2020
@codebykat codebykat deleted the fix/tabs-not-in-list branch December 11, 2020 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants