Skip to content

Commit 31cf0e5

Browse files
committed
fix: remove unnecessary mutation observer options
1 parent 9b2f2ad commit 31cf0e5

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

data-highlight.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ attribute({
114114
childList: true,
115115
subtree: true,
116116
characterData: true,
117-
characterDataOldValue: true,
118-
attributeFilter: ["data-highlight"],
119-
attributeOldValue: true,
120117
});
121118

122119
return () => {

dist/data-highlight.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)