change hashtag test from = to #

This commit is contained in:
ogerly 2022-06-22 11:05:40 +02:00
parent 652fdcca5c
commit c92d437723

View File

@ -8,7 +8,7 @@ export default class Hashtag extends TipTapMention {
get defaultOptions() {
return {
matcher: {
char: '=',
char: '#',
allowSpaces: false,
startOfLine: false,
},