Fix DeArrow patch

This commit is contained in:
Nuckyz 2023-12-20 01:33:40 -03:00
parent 2e04b3d1ef
commit fdf3480b27
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -147,7 +147,7 @@ export default definePlugin({
replacement: [
// patch componentDidMount to replace embed thumbnail and title
{
match: /render\(\)\{let\{embed:/,
match: /render\(\)\{.{0,30}let\{embed:/,
replace: "componentDidMount=$self.embedDidMount;$&"
},