From 4ae12b800623c7ae6bb44a7883270d28ccadc7d2 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Tue, 9 Dec 2025 08:26:42 +0900 Subject: [PATCH] [backport core/1.33] Feat: Double Click on Image Assets to open the lightbox (#7239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #6955 to `core/1.33` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7239-backport-core-1-33-Feat-Double-Click-on-Image-Assets-to-open-the-lightbox-2c36d73d36508107a168c49a5dad0bf7) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown --- .../assets/components/MediaAssetCard.vue | 65 +++++++------------ .../assets/components/MediaImageTop.vue | 2 + 2 files changed, 26 insertions(+), 41 deletions(-) diff --git a/src/platform/assets/components/MediaAssetCard.vue b/src/platform/assets/components/MediaAssetCard.vue index e78b3c096..fff097d7f 100644 --- a/src/platform/assets/components/MediaAssetCard.vue +++ b/src/platform/assets/components/MediaAssetCard.vue @@ -59,35 +59,29 @@ -
- - - -
-
- - - -
+ + + + + +
@@ -101,8 +95,6 @@ size="sm" :label="String(outputCount)" @click.stop="handleOutputCountClick" - @mouseenter="handleOverlayMouseEnter" - @mouseleave="handleOverlayMouseLeave" >