-
-
Notifications
You must be signed in to change notification settings - Fork 699
Open
Labels
needs-triageIssue has not yet been reviewed or classified by maintainers.Issue has not yet been reviewed or classified by maintainers.
Description
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
| <GridSuggestionMenuController | |
| triggerCharacter=":" | |
| columns={10} | |
| minQueryLength={2} | |
| /> |
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 createPortal I guess. #2053
Sponsor
- I'm a sponsor and would appreciate if you could look into this sooner than later 💖
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageIssue has not yet been reviewed or classified by maintainers.Issue has not yet been reviewed or classified by maintainers.