Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sysadmin
mattermost
mattermost-webapp
Commits
befd23a2
Commit
befd23a2
authored
Jun 14, 2018
by
Joram Wilander
Committed by
Carlos Tadeu Panato Junior
Jun 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix keyboard navigation in emoji picker (#1320)
parent
f88b7b24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
components/emoji_picker/emoji_picker.jsx
components/emoji_picker/emoji_picker.jsx
+1
-1
No files found.
components/emoji_picker/emoji_picker.jsx
View file @
befd23a2
...
...
@@ -21,7 +21,7 @@ const EMOJI_CONTAINER_STYLE = {
height
:
EMOJI_CONTAINER_HEIGHT
,
};
const
EMOJI_LAZY_LOAD_BUFFER
=
75
;
const
EMOJI_PER_ROW
=
9
;
const
EMOJI_PER_ROW
=
10
;
const
EMOJI_TO_LOAD_PER_UPDATE
=
135
;
const
SYSTEM_EMOJIS_COUNT
=
1476
;
const
EMOJI_LAZY_LOAD_SCROLL_THROTTLE
=
100
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment