-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Mobile] Quote - Use nested blocks #40439
Conversation
Size Change: 0 B Total Size: 1.23 MB ℹ️ View Unchanged
|
@@ -75,6 +75,7 @@ export default function QuoteEdit( { | |||
insertBlocksAfter, | |||
clientId, | |||
className, | |||
style, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've already brought back these changes (were lost during rebasing) at a993839
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks!
9f5e5cc
to
551c2f8
Compare
a993839
to
99ab603
Compare
I see there're some unit tests from mobile failing at #25892 I presume they'll be fixed by this PR? |
Yup! This one will fix that |
aed1fb5
to
8cfeb7c
Compare
Hey @jhnstn 👋 let me know if you can check this PR, it doesn't introduce new changes. It just removes some code we added. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good, I didn't notice any issues testing 👍
… get the first element which is the main list
551c2f8
to
dfc061b
Compare
* Mobile - Remove Quote V2 check on registration * Mobile - Tests - initializes the editor: With inner blocks we need to get the first element which is the main list
What?
This is a follow-up of #40133 to remove some Quote block checks to support both versions.
Why?
This PR #25892 enables Quote V2 by default so these cheks are no longer needed.
How?
By removing the extra checks.
Testing Instructions
Test case 1
Test case 2
Test case 3
Screenshots or screencast
Quote block with text and background colors.
Quote block with alignment set