Skip to content

Commit 2e50da4

Browse files
committed
update styleCache
1 parent cdfe413 commit 2e50da4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/background/style-manager/cache-builder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function buildCacheForStyle(style) {
1414
const excluded = new Set();
1515
const updated = new Set();
1616
for (const cache of cacheData.values()) {
17+
styleCache.add(cache); // write the updated value to db
1718
const url = cache.url;
1819
if (!data.appliesTo.has(url)) {
1920
cache.maybeMatch.add(id);

0 commit comments

Comments
 (0)