enforce that emoji-picker is not active by default

This commit is contained in:
Joffrey JAFFEUX 2017-07-19 22:50:03 +02:00
parent bb7241ccc2
commit ce982d9935
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ export default Ember.Component.extend({
linkText: '',
lastSel: null,
_mouseTrap: null,
emojiPickerIsActive: false,
@computed('placeholder')
placeholderTranslated(placeholder) {