Skip to content
Snippets Groups Projects
Commit 00ed1e90 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3786 from sashkab/emoji-fix

Show emoji popup if colon preceding by space or is new line.
parents 3f462878 26d0e47c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@ GitLab.GfmAutoComplete =
input = $('.js-gfm-input')
 
# Emoji
input.atWho ':',
input.atWho '(?:^|\\s):',
data: @Emoji.data
tpl: @Emoji.template
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment