mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 17:16:08 +10:00
Merge pull request #3786 from sashkab/emoji-fix
Show emoji popup if colon preceding by space or is new line.
This commit is contained in:
@@ -20,7 +20,7 @@ GitLab.GfmAutoComplete =
|
||||
input = $('.js-gfm-input')
|
||||
|
||||
# Emoji
|
||||
input.atWho ':',
|
||||
input.atWho '(?:^|\\s):',
|
||||
data: @Emoji.data
|
||||
tpl: @Emoji.template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user