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: ignore blocks inside list items #3492

Merged
merged 1 commit into from Aug 15, 2022
Merged

fix: ignore blocks inside list items #3492

merged 1 commit into from Aug 15, 2022

Conversation

snorrees
Copy link
Contributor

@snorrees snorrees commented Aug 9, 2022

Description

This fixes a bug where p-tags (and other block elements) inside li elements where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the listItem instead.

What to review

Testcase should cover the changes introduced; from the code comment it seems like this usecase was already accounted for, but was checking element tag name instead of parent tag name.

Notes for release

[@sanity/block-tools] Blocks inside list items are now ignored. Child element will be added directly to the list item instead.

@vercel
Copy link

vercel bot commented Aug 9, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
studio-workshop ✅ Ready (Inspect) Visit Preview Aug 13, 2022 at 7:55AM (UTC)
test-studio ✅ Ready (Inspect) Visit Preview Aug 13, 2022 at 7:55AM (UTC)

Copy link
Member

@skogsmaskin skogsmaskin left a comment

Choose a reason for hiding this comment

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

Thank you for this.
LGTM!

This fixes a bug where p-tags (and other block elements) inside li elements
where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the
listItem instead.
@rexxars rexxars merged commit 73c0da8 into next Aug 15, 2022
@rexxars rexxars deleted the html-to-blocks-nesting branch August 15, 2022 07:05
bjoerge pushed a commit that referenced this pull request Sep 21, 2022
This fixes a bug where p-tags (and other block elements) inside li elements
where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the
listItem instead.
bjoerge pushed a commit that referenced this pull request Sep 23, 2022
This fixes a bug where p-tags (and other block elements) inside li elements
where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the
listItem instead.
bjoerge pushed a commit that referenced this pull request Sep 26, 2022
This fixes a bug where p-tags (and other block elements) inside li elements
where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the
listItem instead.
bjoerge pushed a commit that referenced this pull request Sep 28, 2022
This fixes a bug where p-tags (and other block elements) inside li elements
where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the
listItem instead.
juice49 pushed a commit that referenced this pull request Dec 15, 2022
This fixes a bug where p-tags (and other block elements) inside li elements
where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the
listItem instead.
rexxars pushed a commit that referenced this pull request Dec 16, 2022
This fixes a bug where p-tags (and other block elements) inside li elements
where incorrectly hoisted out of the li element.

With this change blocks are ignored, and block children are added directly to the
listItem instead.
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.

None yet

4 participants