We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8f907 commit a4f4292Copy full SHA for a4f4292
ui/src/workflow/common/NodeContainer.vue
@@ -7,7 +7,14 @@
7
>
8
<div v-resize="resizeStepContainer">
9
<div class="flex-between">
10
- <div class="flex align-center" style="width: 70%">
+ <div
11
+ class="flex align-center"
12
+ @dragstart.prevent
13
+ @drag.prevent
14
+ @dragover.prevent
15
+ @dragend.prevent
16
+ style="width: 70%"
17
+ >
18
<component
19
:is="iconComponent(`${nodeModel.type}-icon`)"
20
class="mr-8"
0 commit comments