change defaults

This commit is contained in:
Henry Jameson 2021-06-08 14:51:42 +03:00
commit 7ae85c8318
10 changed files with 74 additions and 59 deletions

View file

@ -52,10 +52,10 @@ const MentionLink = {
if (this.highlight) return highlightClass(this.user)
},
oldPlace () {
return this.mergedConfig.mentionsOldPlace
return !this.mergedConfig.mentionsOwnLine
},
oldStyle () {
return this.mergedConfig.mentionsOldStyle
return !this.mergedConfig.mentionsNewStyle
},
style () {
if (this.highlight) {