-
-
Notifications
You must be signed in to change notification settings - Fork 735
(Comments) GridSuggestionMenuController clipped in parent #2578
Copy link
Copy link
Closed
Labels
bug:P2High: Core functionality significantly impacted.High: Core functionality significantly impacted.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.
Metadata
Metadata
Assignees
Labels
bug:P2High: Core functionality significantly impacted.High: Core functionality significantly impacted.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What’s broken?
When we want to add a emoji thanks to the shortcut ":", the modal is clipped inside the parent, the "comment" in this occurence.
Could we fix it as we did for this issue: #2053.
BlockNote/packages/react/src/editor/BlockNoteDefaultUI.tsx
Lines 103 to 107 in b63b409
Reproduce
You can reproduce here: https://www.blocknotejs.org/examples/collaboration/comments
What did you expect to happen?
To not be clipped in the parent, in a similar fashion as this one, with
createPortalI guess. #2053Sponsor