Show emoji popup if : preceeding by space or is new line.
This commit is contained in:
parent
3f46287842
commit
26d0e47ce4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ GitLab.GfmAutoComplete =
|
|||
input = $('.js-gfm-input')
|
||||
|
||||
# Emoji
|
||||
input.atWho ':',
|
||||
input.atWho '(?:^|\\s):',
|
||||
data: @Emoji.data
|
||||
tpl: @Emoji.template
|
||||
|
||||
|
|
Loading…
Reference in a new issue