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

Fix #2833 #2859

Closed
wants to merge 1 commit into from
Closed

Fix #2833 #2859

wants to merge 1 commit into from

Conversation

leeyi45
Copy link
Contributor

@leeyi45 leeyi45 commented Mar 20, 2024

Certain tabs (such as the substitution visualizer) could send their alert after dynamic tabs have already been spawned. This causes the alert to be displayed on the next evaluation, where BEGIN_ALERT_SIDE_CONTENT finally takes a SPAWN_SIDE_CONTENT.

This PR fixes this issue and also removes the sideContent object from workspaces.

Though this resolves #2833, work should probably be done to refactor and simplify how the frontend evaluates code.

@leeyi45
Copy link
Contributor Author

leeyi45 commented Mar 20, 2024

So upon further debugging, I think my final conclusion remains that how running code in the frontend needs to be refactored completely before this issue can be addressed.

@leeyi45 leeyi45 closed this Mar 20, 2024
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.

Unexpected behaviour about the interaction between the stepper tool and the frontend
1 participant