mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: Remove emoji shortcut. Was conflicting with Euro symbol.
This commit is contained in:
parent
ec02b147b0
commit
ff85fa2a98
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ export default {
|
||||||
group: 'extras',
|
group: 'extras',
|
||||||
icon: 'smile-o',
|
icon: 'smile-o',
|
||||||
action: 'emoji',
|
action: 'emoji',
|
||||||
shortcut: 'Alt+E',
|
|
||||||
title: 'composer.emoji'
|
title: 'composer.emoji'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue