-
-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Labels
Description
Describe the bug
Nothing happens when clicking the emoji item in the slash menu. That's because when calling editor.openSelectionMenu
, we still consider the minQueryLength
passed to GridSuggestionMenuController
. Setting this value to 0
makes calling editor.openSelectionMenu
behave as expected, but is not desirable because now the minQueryLength
is not enforced when you type :
.
To Reproduce
- Go to https://www.blocknotejs.org
- Open the slash menu
- Select the emoji item
Misc
- Node version: 22.4.1
- Package manager: pnpm
- Browser: Chrome
- I'm a sponsor and would appreciate if you could look into this sooner than later 💖