2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

View file

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