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

emit newScene event when all the entities are created #825

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

vincentfretin
Copy link
Collaborator

While investigating #819 I found out that we don't use properly the newScene event here, we use it for new scene and also when we load scene but the event is emitted before creating the entities.
We currently use the event to reset the undo history and to update the Geo context.
It doesn't seem we have any issue, but better to have the event emitted at the right time.

@vincentfretin vincentfretin self-assigned this Sep 2, 2024
@kfarr kfarr merged commit 5f387cb into main Sep 4, 2024
1 check passed
@kfarr kfarr deleted the fix-newScene-event branch September 4, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants