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