mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
change hashtag test from = to #
This commit is contained in:
parent
652fdcca5c
commit
c92d437723
@ -8,7 +8,7 @@ export default class Hashtag extends TipTapMention {
|
|||||||
get defaultOptions() {
|
get defaultOptions() {
|
||||||
return {
|
return {
|
||||||
matcher: {
|
matcher: {
|
||||||
char: '=',
|
char: '#',
|
||||||
allowSpaces: false,
|
allowSpaces: false,
|
||||||
startOfLine: false,
|
startOfLine: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user