Skip to content

Commit

Permalink
Merge branch 'master' into flag-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Nov 27, 2023
2 parents cdd6d7a + 6f8bab4 commit ba1b02d
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 ba1b02d

Please sign in to comment.