Skip to content

Commit

Permalink
Update tag cache when changing the hue
Browse files Browse the repository at this point in the history
  • Loading branch information
derwebcoder committed Oct 22, 2024
1 parent 384da55 commit 2cc1464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/db/TagService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class TagService {

public async updateHue(name: string, hue: number) {
await this.db.tags.update(name, { hue });
this.updateCache();
}

public async updateDescription(name: string, description: string) {
Expand Down

0 comments on commit 2cc1464

Please sign in to comment.