Skip to content
Snippets Groups Projects
Commit 0ae3985a authored by HJ's avatar HJ :fire:
Browse files

bump limit to a saner one

parent 2f383c2c
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ const MentionsLine = {
return this.mergedConfig.mentionsOldStyle
},
limit () {
return 1
return 6
},
mentions () {
return this.attentions.slice(0, this.limit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment