Commit c1d6059
fix(extension): badge clear must use a valid color, not empty string
Follow-up to 6e5f82a — that commit's edit to background/index.ts was
lost. Apply the actual fix: replace setBadge("", "") with
setBadge("", "#00000000") so Chrome's setBadgeBackgroundColor doesn't
throw "The color specification could not be parsed."
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent 6e5f82a commit c1d6059
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
753 | | - | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
754 | 757 | | |
755 | 758 | | |
756 | 759 | | |
757 | | - | |
| 760 | + | |
758 | 761 | | |
759 | 762 | | |
760 | 763 | | |
| |||
0 commit comments