Skip to content

Commit 2cc1464

Browse files
committed
Update tag cache when changing the hue
1 parent 384da55 commit 2cc1464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/db/TagService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class TagService {
3131

3232
public async updateHue(name: string, hue: number) {
3333
await this.db.tags.update(name, { hue });
34+
this.updateCache();
3435
}
3536

3637
public async updateDescription(name: string, description: string) {

0 commit comments

Comments
 (0)