fix: insertion of prompts around Group blocks#855
Merged
Conversation
miguelpeixe
approved these changes
Apr 20, 2022
Member
miguelpeixe
left a comment
There was a problem hiding this comment.
Using the recursive innerBlocks strategy from get_block_content() fixes the issue! 🙌
Contributor
|
🎉 This PR is included in version 1.52.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
matticbot
pushed a commit
that referenced
this pull request
Apr 20, 2022
# [1.52.0](v1.51.0...v1.52.0) (2022-04-20) ### Bug Fixes * insertion of prompts around Group blocks ([#855](#855)) ([6ae5ea9](6ae5ea9)) * make "scroll" the default inline trigger_type ([#846](#846)) ([a2ffee4](a2ffee4)) ### Features * support other newsletter signup forms ([#836](#836)) ([c30702d](c30702d))
Contributor
|
🎉 This PR is included in version 1.52.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
dkoo
added a commit
that referenced
this pull request
Apr 20, 2022
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
Fixes the insertion algorithm of inline blocks around Group blocks. Previously the length of the Group's inner blocks wasn't factored into the total article length calculation, so inline prompts wouldn't get properly inserted into posts consisting mostly of multiple Groups.
How to test the changes in this Pull Request:
Expand to copy
master, view on the front-end and observe that the prompt gets inserted at the very end of the article.Other information: