We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfe413 commit 2e50da4Copy full SHA for 2e50da4
1 file changed
src/background/style-manager/cache-builder.js
@@ -14,6 +14,7 @@ export function buildCacheForStyle(style) {
14
const excluded = new Set();
15
const updated = new Set();
16
for (const cache of cacheData.values()) {
17
+ styleCache.add(cache); // write the updated value to db
18
const url = cache.url;
19
if (!data.appliesTo.has(url)) {
20
cache.maybeMatch.add(id);
0 commit comments