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:
parent
bb7241ccc2
commit
ce982d9935
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ export default Ember.Component.extend({
|
||||||
linkText: '',
|
linkText: '',
|
||||||
lastSel: null,
|
lastSel: null,
|
||||||
_mouseTrap: null,
|
_mouseTrap: null,
|
||||||
|
emojiPickerIsActive: false,
|
||||||
|
|
||||||
@computed('placeholder')
|
@computed('placeholder')
|
||||||
placeholderTranslated(placeholder) {
|
placeholderTranslated(placeholder) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue