chore(editor): The zoomed view misc updates (#17865)

This commit is contained in:
Suguru Inoue
2025-08-07 12:10:06 +02:00
committed by GitHub
parent 678f468f68
commit 8b73b1ce82
31 changed files with 392 additions and 233 deletions

View File

@@ -257,6 +257,7 @@ const trackWorkflowInputFieldAdded = () => {
/>
<div v-if="multipleValues">
<Draggable
:item-key="property.name"
v-model="mutableValues[property.name]"
handle=".drag-handle"
drag-class="dragging"