diff options
| author | Henry Jameson <me@hjkos.com> | 2021-08-12 19:37:04 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-08-12 19:37:04 +0300 |
| commit | add5921b8b3579b153bef6ee2b1916227016d200 (patch) | |
| tree | c5fc2ce90fa2cc43ca036c50dec464c5d9142264 /src/components/mentions_line/mentions_line.js | |
| parent | 2182af405864cffcc7ddca8d373cc14f38770c9e (diff) | |
fix tests, add performance test (skipped, doesn't assert anything),
tweak max mentions count
Diffstat (limited to 'src/components/mentions_line/mentions_line.js')
| -rw-r--r-- | src/components/mentions_line/mentions_line.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mentions_line/mentions_line.js b/src/components/mentions_line/mentions_line.js index 33e25391..83eeea4c 100644 --- a/src/components/mentions_line/mentions_line.js +++ b/src/components/mentions_line/mentions_line.js @@ -15,7 +15,7 @@ const MentionsLine = { }, computed: { limit () { - return 2 + return 5 }, mentionsComputed () { return this.mentions.slice(0, this.limit) |
