-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Inline block drawer doesn’t open when inserting a inline block #9532
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
AlessioGr
pushed a commit
that referenced
this issue
Nov 29, 2024
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 https://github.com/user-attachments/assets/14247634-ab60-437f-8986-c76cafec5c09 ### After https://github.com/user-attachments/assets/b26bc1ca-b071-4bf5-a9f0-fda4e9282538
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the Bug
When inserting a inline-block into a rich-text field it is added immediately without opening the drawer first
Link to the code that reproduces this issue
https://github.com/shefing/payload_Inline_block_with_relationship/tree/Check_inline_block
Reproduction Steps
Steps to reproduce:
Expected:
Inline-block drawer is opened
Actual:
Inline-block drawer doesn’t open and a empty inline-block is added in the rich-text field
Which area(s) are affected? (Select all that apply)
plugin: richtext-lexical
Environment Info
The text was updated successfully, but these errors were encountered: