Skip to content

Commit

Permalink
watch characterData
Browse files Browse the repository at this point in the history
  • Loading branch information
hinaloe committed Aug 17, 2024
1 parent 3070fb1 commit 8e19106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoints/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function nyanize() {
observer.observe(document.body, {
childList: true,
subtree: true,
// characterData: true
characterData: true
});
}

Expand Down

0 comments on commit 8e19106

Please sign in to comment.