Compare commits

..

No commits in common. "7a6823224473de992950cffafbdb9bf7e2745f8d" and "516680d0cbe5afc021e84074bd20ed93febbb8a8" have entirely different histories.

View File

@ -209,9 +209,9 @@ const editor = useEditor({
}, },
suggestion: { suggestion: {
...suggestion, ...suggestion,
char: '@', char: '@', //
allowSpaces: false, allowSpaces: false, //
allowedPrefixes: null, allowedPrefixes: null, //
items: ({ query }) => { items: ({ query }) => {
return suggestion.items({ return suggestion.items({
query, query,