fix ImageZoom patch (#2181)

This commit is contained in:
Syncx 2024-02-16 17:52:09 +11:00 committed by GitHub
parent a501da692f
commit 7b96071643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View file

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