Skip to content

Commit

Permalink
fix(suggestion): revert #3239
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Nov 4, 2022
1 parent 6e5d19f commit b38c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suggestion/src/suggestion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function Suggestion<I = any>({
editor,
char = '@',
allowSpaces = false,
allowedPrefixes = null,
allowedPrefixes = [' '],
startOfLine = false,
decorationTag = 'span',
decorationClass = 'suggestion',
Expand Down

0 comments on commit b38c9eb

Please sign in to comment.