Compare commits

..

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

View File

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