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

chore: move workspace movement into a separate file #281

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rachel-fenichel
Copy link
Contributor

We don't know exactly what free movement on the workspace will look like yet, but we know we'll want some form of it.

This PR consolidates the existing code into a single action file, including implementation code that used to be in navigation.ts. As a side benefit, you can see from the result that there's no dependency on the Navigation class at this point: all of workspace navigation can be done by interacting directly with the workspace and its cursor.

Tested by modifying Navigation.setCursorOnWorkspaceFocus to force the cursor to go to the workspace, then using the relevant keyboard shortcuts.

This is pure cleanup with no behaviour changes.

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