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

lua, code-fold + annotations - only lift code annotation cells ahead of layout merging #8364

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

cscheid
Copy link
Collaborator

@cscheid cscheid commented Jan 19, 2024

Here's something else I noticed while tracking down a problem in #8354

Our logic for protecting code annotations from merging was causing code cells to be lifted out of layouts, but not merged.

It's a slight aesthetic regression from 1.3. It takes our code from this:

image

to this:

image

@cscheid cscheid added bug Something isn't working regression Functionality that used to work but now is broken. labels Jan 19, 2024
@cscheid cscheid added this to the v1.4 milestone Jan 19, 2024
@cscheid cscheid self-assigned this Jan 19, 2024
@cscheid cscheid force-pushed the bugfix/code-cell-merging branch from a28019e to 9343350 Compare January 19, 2024 23:09
@cscheid cscheid merged commit 4a4aeee into main Jan 19, 2024
@cscheid cscheid deleted the bugfix/code-cell-merging branch January 19, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Functionality that used to work but now is broken.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant