Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Editor should stop list when enter is pressed on blank entries twic #21

Open
chasinglogic opened this issue Oct 31, 2017 · 0 comments
Open

Comments

@chasinglogic
Copy link
Owner

When a user is created a list we automatically add a - to the beginning of the line. When a user presses this twice without entry we should stop adding to the list and clean up the erroneous entries. For example:

- item 1
- item 2
- 

If the user presses enter here they will get

- item 1
- item 2
- 
- 

The expected behavior that if they press enter again from this position they will end up with this:

- item 1
- item 2

| <- cursor here

This should work for numbered lists as well

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant