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({
trigger,
minChars = 1,
minChars = 0,
showMenu,
searchTerm,
isAllowed = () => true,