Skip to content

Commit

Permalink
fix prism
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Dec 7, 2022
1 parent bb776bd commit 47dfeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PrismMac.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ const PrismMac = () => {
}
}
})
observer.observe(document.querySelector('article'), { attributes: true, subtree: true })
observer.observe(document.querySelector('#container'), { attributes: true, subtree: true })
}, [])
return <></>
}
Expand Down

0 comments on commit 47dfeea

Please sign in to comment.