commit | 3c13a76a6943e10656bfec0a9bc857a69c02d6d7 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Nov 09 23:03:32 2024 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sun Nov 10 18:13:18 2024 +0100 |
tree | 6609f5e9b505fac5f16e56599f0faf81891c38f1 | |
parent | 4e847f4d8e16ede00353f248c518ae47d5f3b504 [diff] [blame] |
refactor(flatten-threads): migrate to the new DI architecture Bug: twpowertools:176 Change-Id: I7a24fb504ce53697112f11128d2d5249a5a7c7e7
diff --git a/src/infrastructure/presentation/nodeWatcher/handlers/CssSelectorHandler.adapter.ts b/src/infrastructure/presentation/nodeWatcher/handlers/CssSelectorHandler.adapter.ts index bf57020..5617130 100644 --- a/src/infrastructure/presentation/nodeWatcher/handlers/CssSelectorHandler.adapter.ts +++ b/src/infrastructure/presentation/nodeWatcher/handlers/CssSelectorHandler.adapter.ts
@@ -28,5 +28,5 @@ return this.cssSelector; } - abstract onMutatedNode(nodeMutation: NodeMutation): void; + abstract onMutatedNode(nodeMutation: NodeMutation<HTMLElement>): void; }