DEV: correctly notify property changes of emoji store (#15389)

This commit is contained in:
Joffrey JAFFEUX 2021-12-22 10:59:41 +01:00 committed by GitHub
parent 667a8a63b3
commit b0dd1b1200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export default Service.extend({
set favorites(value) {
this.store.setObject({ key: EMOJI_USAGE, value: value || [] });
this.notifyPropertyChange("favorites");
},
track(code) {