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

feat(Project Authoring): Don't open imported step for editing #1415

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

hirokiterashima
Copy link
Member

Changes

  • Go to project view after importing one or more steps. (before: open step editing view if there was just one imported step)
  • Move highlightNodesAndScroll() function from ProjectAuthoringComponent.ts to dom.ts

Test

  • Importing one or more steps should take you back to the project authoring view and highlight and scroll to the newly imported step(s).

Closes #1414

@hirokiterashima hirokiterashima self-assigned this Sep 11, 2023
ChooseNodeLocationComponent. This necessitated changes to make the
insertAfter() and insertInside() functions returns Promises.

#1414
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

feat(Project Authoring): don't open imported step
1 participant