diff --git a/webapp/components/Editor/nodes/Hashtag.js b/webapp/components/Editor/nodes/Hashtag.js index 0c616984a..d591c3e30 100644 --- a/webapp/components/Editor/nodes/Hashtag.js +++ b/webapp/components/Editor/nodes/Hashtag.js @@ -8,7 +8,7 @@ export default class Hashtag extends TipTapMention { get defaultOptions() { return { matcher: { - char: '=', + char: '#', allowSpaces: false, startOfLine: false, },