fix(stage-ui): disable dragging on model preview image (#1935)

This commit is contained in:
hahaqwq
2026-07-20 20:59:09 +08:00
committed by GitHub
parent 8a3f916641
commit 834f17f28e
@@ -325,6 +325,7 @@ mmdDialog.onChange(handleAddMMDModel)
<img
v-if="model.previewImage"
:src="model.previewImage"
draggable="false"
:class="[
'h-full w-full rounded-xl object-cover',
'transition-all duration-200 ease-in-out',