Skip to content

Commit

Permalink
Remove unnecessary observer options
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Aug 26, 2024
1 parent 5d5c78e commit 948af2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/frontend/src/components/ui/AutomaticAccordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ onMounted(() => {
mutationObserver.value = new MutationObserver(updateContent);
mutationObserver.value.observe(slotContainer.value, {
attributes: true,
childList: true,
characterData: true,
subtree: true,
});
updateContent();
Expand Down

0 comments on commit 948af2b

Please sign in to comment.