Skip to content

Commit

Permalink
fix: update TextQuerySelector cache on subtree update (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Nov 27, 2023
1 parent dca5bfc commit 6f8bab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PuppeteerSharp/Injected/injected.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ var createTextContent = (root) => {
textChangeObserver.observe(root, {
childList: true,
characterData: true,
subtree: true,
});
observedNodes.add(root);
}
Expand Down

0 comments on commit 6f8bab4

Please sign in to comment.