enforce that emoji-picker is not active by default
This commit is contained in:
parent
bb7241ccc2
commit
ce982d9935
|
@ -197,6 +197,7 @@ export default Ember.Component.extend({
|
|||
linkText: '',
|
||||
lastSel: null,
|
||||
_mouseTrap: null,
|
||||
emojiPickerIsActive: false,
|
||||
|
||||
@computed('placeholder')
|
||||
placeholderTranslated(placeholder) {
|
||||
|
|
Loading…
Reference in New Issue