Commit 26d0e47c authored by Aleks Bunin's avatar Aleks Bunin

Show emoji popup if : preceeding by space or is new line.

parent 3f462878
......@@ -20,7 +20,7 @@ GitLab.GfmAutoComplete =
input = $('.js-gfm-input')
# Emoji
input.atWho ':',
input.atWho '(?:^|\\s):',
data: @Emoji.data
tpl: @Emoji.template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment