You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :.
Describe the bug
Nothing happens when clicking the emoji item in the slash menu. That's because when calling
editor.openSelectionMenu
, we still consider theminQueryLength
passed toGridSuggestionMenuController
. Setting this value to0
makes callingeditor.openSelectionMenu
behave as expected, but is not desirable because now theminQueryLength
is not enforced when you type:
.To Reproduce
Misc
The text was updated successfully, but these errors were encountered: