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(celllayout): cells where overlapping in some cases #698

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

slisson
Copy link
Collaborator

@slisson slisson commented Nov 22, 2023

When cells with our own layout algorithm were mixed with the default MPS layouter then cells were overlapping especially if the content was bigger than the configured "Text width".
Now, if we replace the layouter somewhere, it is replaced in the whole subtree.

When cells with our own layout algorithm were mixed with the default MPS layouter
then cells were overlapping especially if the content was bigger than the configured
"Text width".
Now, if we replace the layouter somewhere, it is replaced in the whole subtree.
Copy link
Collaborator

@alexanderpann alexanderpann left a comment

Choose a reason for hiding this comment

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

I've checked if the change has any other negative impacts but couldn't find any. LGTM

@alexanderpann alexanderpann merged commit 91ba49b into maintenance/mps20213 Nov 23, 2023
1 check passed
@alexanderpann alexanderpann deleted the bugfix/overlapping-cells branch March 18, 2024 07:19
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