DEV: correctly notify property changes of emoji store (#15389)
This commit is contained in:
parent
667a8a63b3
commit
b0dd1b1200
|
@ -31,6 +31,7 @@ export default Service.extend({
|
||||||
|
|
||||||
set favorites(value) {
|
set favorites(value) {
|
||||||
this.store.setObject({ key: EMOJI_USAGE, value: value || [] });
|
this.store.setObject({ key: EMOJI_USAGE, value: value || [] });
|
||||||
|
this.notifyPropertyChange("favorites");
|
||||||
},
|
},
|
||||||
|
|
||||||
track(code) {
|
track(code) {
|
||||||
|
|
Loading…
Reference in New Issue