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

Fixed storing of the notebook-outlineview state data #13648

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

jonah-iden
Copy link
Contributor

What it does

This fixes the notebook outline view so it does not break the layout storing on reload.
Previously this lead to the layout-restorer throwing a circular structure error.

How to test

Open a notebook and check the outline view is working.
Reload the page and confirm the layout is correctly restored

Follow-ups

Review checklist

Reminder for reviewers

Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
@jonah-iden jonah-iden requested a review from msujew April 26, 2024 10:15
Copy link
Member

@msujew msujew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works pretty well, but found my console spammed with errors (and the tests fail due to that as well). See below for root causes/solutions.

Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
Copy link
Member

@msujew msujew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks 👍

Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
@jonah-iden jonah-iden merged commit 6a82f78 into master Apr 30, 2024
14 checks passed
@jonah-iden jonah-iden deleted the jiden/fixed-notebook-outline-view-layout-storing branch April 30, 2024 12:57
@github-actions github-actions bot added this to the 1.50.0 milestone Apr 30, 2024
@msujew msujew added the notebook issues related to notebooks label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notebook issues related to notebooks
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants