mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
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