We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- a - b - =pin - b1 - c
b1
c
The cursor moves to the new thought.
The cursor should move to b1.
Cursor Up should always move to the visible thought immediately above the cursor thought, regardless of hierarchy.
Add a test to https://github.com/cybersemics/em/blob/128153531a41c49eb19daf7eb784a40f768a1020/src/actions/__tests__/cursorUp.ts.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
b1
c
Current Behavior
The cursor moves to the new thought.
Expected Behavior
The cursor should move to
b1
.Cursor Up should always move to the visible thought immediately above the cursor thought, regardless of hierarchy.
Testing
Add a test to https://github.com/cybersemics/em/blob/128153531a41c49eb19daf7eb784a40f768a1020/src/actions/__tests__/cursorUp.ts.
The text was updated successfully, but these errors were encountered: