[backport core/1.36] fix 3d-min-resize (#7984)

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>
This commit is contained in:
Comfy Org PR Bot
2026-01-13 12:54:58 +09:00
committed by GitHub
parent 092533fb84
commit b5fc8bde38

View File

@@ -1,7 +1,7 @@
<template>
<div
ref="container"
class="relative h-full w-full"
class="relative h-full w-full min-h-[200px]"
data-capture-wheel="true"
@pointerdown.stop
@pointermove.stop