fix: suggestions not triggering directly (#10211)

This commit is contained in:
Shivam Mishra
2024-10-03 15:02:56 +05:30
committed by GitHub
parent c51a458c25
commit 578dce81a1

View File

@@ -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,