From c2721f158f8796a0c8a8490e44116a3df5547b71 Mon Sep 17 00:00:00 2001 From: AutumnVN Date: Fri, 13 Oct 2023 09:07:21 +0700 Subject: [PATCH] imageZoom: fix again (#1793) Co-authored-by: V --- src/plugins/imageZoom/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugins/imageZoom/index.tsx b/src/plugins/imageZoom/index.tsx index 60f8a22c4..1f0d7e127 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: {