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(richtext-lexical): add form id to drawSlug #9613

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

SimYunSup
Copy link
Contributor

Fixes #9532

The error occurs because the drawerSlug declaration in blocks/client/component contains formData.id, while blocks/client/componentInline does not. So I add formData.id.

Before

2024-11-29.23.32.25.mov

After

2024-11-29.23.29.52.mov

@SimYunSup SimYunSup changed the title fix(richtext-lexical): Add form id to drawSlug fix(richtext-lexical): add form id to drawSlug Nov 29, 2024
@AlessioGr AlessioGr self-assigned this Nov 29, 2024
@AlessioGr AlessioGr self-requested a review November 29, 2024 14:58
Copy link
Member

@AlessioGr AlessioGr 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!

@AlessioGr AlessioGr enabled auto-merge (squash) November 29, 2024 20:36
@AlessioGr AlessioGr merged commit 9892303 into payloadcms:main Nov 29, 2024
58 of 60 checks passed
@SimYunSup SimYunSup deleted the fix/#9532 branch December 1, 2024 10:24
Copy link
Contributor

github-actions bot commented Dec 3, 2024

🚀 This is included in version v3.3.0

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.

Inline block drawer doesn’t open when inserting a inline block
2 participants