fix: suggestions not triggering directly (#10211)
This commit is contained in:
@@ -176,7 +176,7 @@ const editorMenuOptions = computed(() => {
|
||||
|
||||
function createSuggestionPlugin({
|
||||
trigger,
|
||||
minChars = 1,
|
||||
minChars = 0,
|
||||
showMenu,
|
||||
searchTerm,
|
||||
isAllowed = () => true,
|
||||
|
||||
Reference in New Issue
Block a user