Fix Broken Patches/Finds

This commit is contained in:
thororen1234 2024-07-25 00:50:47 -04:00
parent 436d6f6349
commit d35c129e41
3 changed files with 3 additions and 3 deletions

View file

@ -171,7 +171,7 @@ export default definePlugin({
find: ".handleImageLoad)",
replacement: [
{
match: /placeholderVersion:\i,/,
match: /dataSafeSrc:\i,children:/,
replace: "...$self.makeProps(this),$&"
},