mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
fix(stage-ui): disable dragging on model preview image (#1935)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user