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.
|
<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
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