aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/imageZoom/index.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/imageZoom/index.tsx b/src/plugins/imageZoom/index.tsx
index 60f8a22..1f0d7e1 100644
--- a/src/plugins/imageZoom/index.tsx
+++ b/src/plugins/imageZoom/index.tsx
@@ -174,8 +174,8 @@ export default definePlugin({
find: "handleImageLoad=",
replacement: [
{
- match: /(render=function\(\){.{1,500}limitResponsiveWidth.{1,600})onMouseEnter:/,
- replace: "$1...$self.makeProps(this),onMouseEnter:"
+ match: /showThumbhashPlaceholder:/,
+ replace: "...$self.makeProps(this),$&"
},
{
@@ -189,7 +189,6 @@ export default definePlugin({
}
]
},
-
{
find: ".carouselModal,",
replacement: {