From b5fc8bde383f8a61b7c4d8fd30b9315254b902d0 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Tue, 13 Jan 2026 12:54:58 +0900 Subject: [PATCH] [backport core/1.36] fix 3d-min-resize (#7984) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #7815 to `core/1.36` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7984-backport-core-1-36-fix-3d-min-resize-2e76d73d365081deb6dbd6cd4b56a5d5) by [Unito](https://www.unito.io) Co-authored-by: Kelly Yang <124ykl@gmail.com> --- src/components/load3d/Load3DScene.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/load3d/Load3DScene.vue b/src/components/load3d/Load3DScene.vue index 2ef32ce45b..cf497dea59 100644 --- a/src/components/load3d/Load3DScene.vue +++ b/src/components/load3d/Load3DScene.vue @@ -1,7 +1,7 @@