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

Mount Markdown cell editor lazily #1102

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Mount Markdown cell editor lazily #1102

merged 1 commit into from
Apr 13, 2022

Conversation

jonatanklosko
Copy link
Member

Related to #1098.

With this change we create Monaco instances for Markdown cells only when necessary. Also, this brings back an optimization what we used do to, specifically, when navigating to a notebook we complete the hooks and let the page paint, only then mount the editors. This results in a faster and smoother loading, noticeable for larger notebooks.

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