Skip to content

Commit 4ae2a79

Browse files
Remove redundant clear timer
1 parent 88209f9 commit 4ae2a79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

injected/src/features/page-context.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ export default class PageContext extends ContentFeature {
243243

244244
// Only send if content has meaningfully changed
245245
this.sendContentResponse(freshContent);
246-
247-
this.#delayedRecheckTimer = null;
248246
}, delayMs);
249247
}
250248

0 commit comments

Comments
 (0)