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:
Dmitriy Zaporozhets 2013-04-30 08:21:21 -07:00
commit 00ed1e9088
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ GitLab.GfmAutoComplete =
input = $('.js-gfm-input')
# Emoji
input.atWho ':',
input.atWho '(?:^|\\s):',
data: @Emoji.data
tpl: @Emoji.template